mirror of
https://github.com/meshtastic/firmware.git
synced 2026-01-17 15:27:29 +00:00
* Migrate all of the Meshtastic API attributes into the ini as a source of truth * Cleanup garbage coalescing * Another spot * We already account for inkhud and mui * Consolidate * Removed them * Boogers * Infer * Copying manifest should always succeed * Remove portduino guards * Rename * None
25 lines
698 B
INI
25 lines
698 B
INI
[env:tlora-v2-1-1_6]
|
|
custom_meshtastic_hw_model = 3
|
|
custom_meshtastic_hw_model_slug = TLORA_V2_1_1P6
|
|
custom_meshtastic_architecture = esp32
|
|
custom_meshtastic_actively_supported = true
|
|
custom_meshtastic_support_level = 3
|
|
custom_meshtastic_display_name = LILYGO T-LoRa V2.1-1.6
|
|
custom_meshtastic_images = tlora-v2-1-1_6.svg
|
|
custom_meshtastic_tags = LilyGo
|
|
|
|
extends = esp32_base
|
|
board = ttgo-lora32-v21
|
|
board_check = true
|
|
build_flags =
|
|
${esp32_base.build_flags} -D TLORA_V2_1_16 -I variants/esp32/tlora_v2_1_16
|
|
upload_speed = 115200
|
|
|
|
[env:sugarcube]
|
|
extends = env:tlora-v2-1-1_6
|
|
board_level = extra
|
|
build_flags =
|
|
${env:tlora-v2-1-1_6.build_flags}
|
|
-DBUTTON_PIN=0
|
|
-DPIN_BUZZER=25
|
|
-DLED_PIN=-1 |