mirror of
https://github.com/meshtastic/firmware.git
synced 2026-01-08 10:57:51 +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
34 lines
1.3 KiB
INI
34 lines
1.3 KiB
INI
; LilyGo T-Watch S3
|
|
[env:t-watch-s3]
|
|
custom_meshtastic_hw_model = 51
|
|
custom_meshtastic_hw_model_slug = T_WATCH_S3
|
|
custom_meshtastic_architecture = esp32-s3
|
|
custom_meshtastic_actively_supported = true
|
|
custom_meshtastic_support_level = 3
|
|
custom_meshtastic_display_name = LILYGO T-Watch S3
|
|
custom_meshtastic_images = t-watch-s3.svg
|
|
custom_meshtastic_tags = LilyGo
|
|
custom_meshtastic_partition_scheme = 8MB
|
|
|
|
extends = esp32s3_base
|
|
board = t-watch-s3
|
|
board_check = true
|
|
board_build.partitions = default_16MB.csv
|
|
upload_protocol = esptool
|
|
|
|
build_flags = ${esp32s3_base.build_flags}
|
|
-DT_WATCH_S3
|
|
-Ivariants/esp32s3/t-watch-s3
|
|
|
|
lib_deps = ${esp32s3_base.lib_deps}
|
|
# renovate: datasource=custom.pio depName=LovyanGFX packageName=lovyan03/library/LovyanGFX
|
|
lovyan03/LovyanGFX@1.2.7
|
|
# renovate: datasource=custom.pio depName=SensorLib packageName=lewisxhe/library/SensorLib
|
|
lewisxhe/SensorLib@0.3.3
|
|
# renovate: datasource=custom.pio depName=Adafruit DRV2605 packageName=adafruit/library/Adafruit DRV2605 Library
|
|
adafruit/Adafruit DRV2605 Library@1.2.4
|
|
# renovate: datasource=custom.pio depName=ESP8266Audio packageName=earlephilhower/library/ESP8266Audio
|
|
earlephilhower/ESP8266Audio@1.9.9
|
|
# renovate: datasource=custom.pio depName=ESP8266SAM packageName=earlephilhower/library/ESP8266SAM
|
|
earlephilhower/ESP8266SAM@1.1.0
|