* original UITask now in /ui-orig folder

This commit is contained in:
Scott Powell
2025-08-16 21:09:35 +10:00
parent acde9921b5
commit e14b022a7c
13 changed files with 538 additions and 15 deletions

View File

@@ -61,6 +61,7 @@ extends = LilyGo_Techo
build_flags =
${LilyGo_Techo.build_flags}
-I src/helpers/ui
-I examples/companion_radio/ui-new
-D MAX_CONTACTS=100
-D MAX_GROUP_CHANNELS=8
-D BLE_PIN_CODE=123456
@@ -74,7 +75,8 @@ build_src_filter = ${LilyGo_Techo.build_src_filter}
+<helpers/nrf52/SerialBLEInterface.cpp>
+<helpers/ui/GxEPDDisplay.cpp>
+<helpers/ui/MomentaryButton.cpp>
+<../examples/companion_radio>
+<../examples/companion_radio/*.cpp>
+<../examples/companion_radio/ui-new/*.cpp>
lib_deps =
${LilyGo_Techo.lib_deps}
densaugeo/base64 @ ~1.4.0