T-Watch touch ui fixes: repeater admin, path editor. Add boot cpu freq 80 flag to platformio

This commit is contained in:
Pelgraine
2026-07-08 19:22:35 +10:00
parent 973d02df60
commit 821db1cff6
5 changed files with 104 additions and 5 deletions
@@ -96,7 +96,10 @@ build_flags =
-D MAX_CONTACTS=2000
-D MAX_GROUP_CHANNELS=40
-D OFFLINE_QUEUE_SIZE=1
-D ESP32_CPU_FREQ=80
-D FIRMWARE_VERSION='"Meck TWatch v0.1"'
; -D MESH_PACKET_LOGGING=1
; -D MESH_DEBUG=1
build_src_filter = ${LilyGo_TWatchS3Plus.build_src_filter}
+<helpers/esp32/*.cpp>
-<helpers/esp32/SerialBLEInterface.cpp>
@@ -133,6 +136,8 @@ build_flags =
-D OFFLINE_QUEUE_SIZE=256
-D ESP32_CPU_FREQ=80
-D FIRMWARE_VERSION='"Meck TWatch BLE v0.1"'
;-D MESH_PACKET_LOGGING=1
;-D MESH_DEBUG=1
build_src_filter = ${LilyGo_TWatchS3Plus.build_src_filter}
+<helpers/esp32/*.cpp>
+<helpers/ui/MomentaryButton.cpp>