|
|
|
@ -79,6 +79,7 @@ lib_deps = |
|
|
|
extends = Xiao_S3_WIO |
|
|
|
build_flags = |
|
|
|
${Xiao_S3_WIO.build_flags} |
|
|
|
-I examples/companion_radio/ui-new |
|
|
|
-D MAX_CONTACTS=100 |
|
|
|
-D MAX_GROUP_CHANNELS=8 |
|
|
|
-D BLE_PIN_CODE=123456 |
|
|
|
@ -90,7 +91,9 @@ build_flags = |
|
|
|
build_src_filter = ${Xiao_S3_WIO.build_src_filter} |
|
|
|
+<helpers/ui/SSD1306Display.cpp> |
|
|
|
+<helpers/esp32/*.cpp> |
|
|
|
+<../examples/companion_radio> |
|
|
|
+<helpers/ui/MomentaryButton.cpp> |
|
|
|
+<../examples/companion_radio/*.cpp> |
|
|
|
+<../examples/companion_radio/ui-new/*.cpp> |
|
|
|
lib_deps = |
|
|
|
${Xiao_S3_WIO.lib_deps} |
|
|
|
densaugeo/base64 @ ~1.4.0 |
|
|
|
@ -108,7 +111,7 @@ build_flags = |
|
|
|
; -D MESH_DEBUG=1 |
|
|
|
build_src_filter = ${Xiao_S3_WIO.build_src_filter} |
|
|
|
+<helpers/esp32/*.cpp> |
|
|
|
+<../examples/companion_radio> |
|
|
|
+<../examples/companion_radio/*.cpp> |
|
|
|
lib_deps = |
|
|
|
${Xiao_S3_WIO.lib_deps} |
|
|
|
densaugeo/base64 @ ~1.4.0 |
|
|
|
|