Files
firmware/variants/esp32s3/t-watch-s3/platformio.ini
Austin ed77ba5612 Replace PIO fuzzy version matches (reproducible builds) (#8984)
This change does not introduce version *changes*, but simply "updates" to the version already being referenced by the fuzzy-match (^)
2025-12-15 19:48:34 -06:00

22 lines
529 B
INI

; LilyGo T-Watch S3
[env:t-watch-s3]
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
-DPCF8563_RTC=0x51
-DHAS_BMA423=1
lib_deps = ${esp32s3_base.lib_deps}
lovyan03/LovyanGFX@1.2.7
lewisxhe/PCF8563_Library@1.0.1
adafruit/Adafruit DRV2605 Library@1.2.4
earlephilhower/ESP8266Audio@1.9.9
earlephilhower/ESP8266SAM@1.1.0
lewisxhe/SensorLib@0.2.0