|
|
@@ -83,13 +83,16 @@ lib_deps =
|
|
|
extends = LilyGo_TLora_V2_1_1_6
|
|
|
build_flags =
|
|
|
${LilyGo_TLora_V2_1_1_6.build_flags}
|
|
|
+ -I examples/companion_radio/ui-new
|
|
|
-D MAX_CONTACTS=100
|
|
|
-D MAX_GROUP_CHANNELS=8
|
|
|
; NOTE: DO NOT ENABLE --> -D MESH_PACKET_LOGGING=1
|
|
|
; NOTE: DO NOT ENABLE --> -D MESH_DEBUG=1
|
|
|
build_src_filter = ${LilyGo_TLora_V2_1_1_6.build_src_filter}
|
|
|
+<helpers/ui/SSD1306Display.cpp>
|
|
|
+ +<helpers/ui/MomentaryButton.cpp>
|
|
|
+<../examples/companion_radio/*.cpp>
|
|
|
+ +<../examples/companion_radio/ui-new/*.cpp>
|
|
|
lib_deps =
|
|
|
${LilyGo_TLora_V2_1_1_6.lib_deps}
|
|
|
densaugeo/base64 @ ~1.4.0
|
|
|
@@ -98,6 +101,7 @@ lib_deps =
|
|
|
extends = LilyGo_TLora_V2_1_1_6
|
|
|
build_flags =
|
|
|
${LilyGo_TLora_V2_1_1_6.build_flags}
|
|
|
+ -I examples/companion_radio/ui-new
|
|
|
-D MAX_CONTACTS=100
|
|
|
-D MAX_GROUP_CHANNELS=8
|
|
|
-D BLE_PIN_CODE=123456
|
|
|
@@ -108,7 +112,9 @@ build_flags =
|
|
|
build_src_filter = ${LilyGo_TLora_V2_1_1_6.build_src_filter}
|
|
|
+<helpers/esp32/*.cpp>
|
|
|
+<helpers/ui/SSD1306Display.cpp>
|
|
|
+ +<helpers/ui/MomentaryButton.cpp>
|
|
|
+<../examples/companion_radio/*.cpp>
|
|
|
+ +<../examples/companion_radio/ui-new/*.cpp>
|
|
|
lib_deps =
|
|
|
${LilyGo_TLora_V2_1_1_6.lib_deps}
|
|
|
densaugeo/base64 @ ~1.4.0
|