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
19 lines
526 B
INI
19 lines
526 B
INI
[env:tlora-v2-1-1_8]
|
|
custom_meshtastic_hw_model = 15
|
|
custom_meshtastic_hw_model_slug = TLORA_V2_1_1P8
|
|
custom_meshtastic_architecture = esp32
|
|
custom_meshtastic_actively_supported = true
|
|
custom_meshtastic_support_level = 3
|
|
custom_meshtastic_display_name = LILYGO T-LoRa V2.1-1.8
|
|
custom_meshtastic_images = tlora-v2-1-1_8.svg
|
|
custom_meshtastic_tags = LilyGo, 2.4GHz
|
|
|
|
extends = esp32_base
|
|
board_level = extra
|
|
board = ttgo-lora32-v21
|
|
|
|
build_flags =
|
|
${esp32_base.build_flags}
|
|
-D TLORA_V2_1_18
|
|
-I variants/esp32/tlora_v2_1_18
|