mirror of
https://github.com/pelgraine/Meck.git
synced 2026-08-10 18:52:44 +02:00
T-Watch touch ui fixes: repeater admin, path editor. Add boot cpu freq 80 flag to platformio
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user