mirror of
https://github.com/meshtastic/firmware.git
synced 2025-02-01 10:19:59 +00:00
d6d51bc3f4
* T-Deck: enhancements/fixes * trunk fmt * T-Watch board update --------- Co-authored-by: Ben Meadors <benmmeadors@gmail.com>
15 lines
346 B
INI
15 lines
346 B
INI
; LilyGo T-Watch S3
|
|
[env:t-watch-s3]
|
|
extends = esp32s3_base
|
|
board = t-watch-s3
|
|
upload_protocol = esptool
|
|
|
|
build_flags = ${esp32_base.build_flags}
|
|
-DT_WATCH_S3
|
|
-Ivariants/t-watch-s3
|
|
-DPCF8563_RTC=0x51
|
|
|
|
lib_deps = ${esp32s3_base.lib_deps}
|
|
lovyan03/LovyanGFX@^1.1.9
|
|
lewisxhe/PCF8563_Library@1.0.1
|
|
adafruit/Adafruit DRV2605 Library@^1.2.2 |