mirror of
https://github.com/meshtastic/firmware.git
synced 2026-01-19 08:17:36 +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
21 lines
580 B
INI
21 lines
580 B
INI
[env:tlora-t3s3-v1]
|
|
custom_meshtastic_hw_model = 16
|
|
custom_meshtastic_hw_model_slug = TLORA_T3_S3
|
|
custom_meshtastic_architecture = esp32-s3
|
|
custom_meshtastic_actively_supported = true
|
|
custom_meshtastic_support_level = 1
|
|
custom_meshtastic_display_name = LILYGO T-LoRa T3-S3
|
|
custom_meshtastic_images = tlora-t3s3-v1.svg
|
|
custom_meshtastic_tags = LilyGo
|
|
custom_meshtastic_requires_dfu = true
|
|
|
|
extends = esp32s3_base
|
|
board = tlora-t3s3-v1
|
|
board_check = true
|
|
upload_protocol = esptool
|
|
|
|
build_flags =
|
|
${esp32s3_base.build_flags}
|
|
-D TLORA_T3S3_V1
|
|
-I variants/esp32s3/tlora_t3s3_v1
|