fix: Correct underlying cause of T-Watch not functioning when set to a 16MB filesystem (#6563)

* Fix maximum flash size in T-Watch S3 board definition
* Revert "Fix: T-Watch-S3 has 8MB Flash (#6407)"
This reverts commit 769f0623be.
This commit is contained in:
Ken Piper
2025-04-11 06:04:37 -05:00
committed by GitHub
parent 4ef9eae695
commit baa05aacf5
4 changed files with 7 additions and 7 deletions

View File

@@ -3,7 +3,7 @@
extends = esp32s3_base
board = t-watch-s3
board_check = true
board_build.partitions = default_8MB.csv
board_build.partitions = default_16MB.csv
upload_protocol = esptool
build_flags = ${esp32_base.build_flags}