|
|
@@ -89,6 +89,7 @@ lib_deps =
|
|
|
extends = LilyGo_T3S3_sx1262
|
|
|
build_flags =
|
|
|
${LilyGo_T3S3_sx1262.build_flags}
|
|
|
+ -I examples/companion_radio/ui-new
|
|
|
-D DISPLAY_CLASS=SSD1306Display
|
|
|
-D MAX_CONTACTS=100
|
|
|
-D MAX_GROUP_CHANNELS=8
|
|
|
@@ -96,7 +97,9 @@ build_flags =
|
|
|
; NOTE: DO NOT ENABLE --> -D MESH_DEBUG=1
|
|
|
build_src_filter = ${LilyGo_T3S3_sx1262.build_src_filter}
|
|
|
+<helpers/ui/SSD1306Display.cpp>
|
|
|
- +<../examples/companion_radio>
|
|
|
+ +<helpers/ui/MomentaryButton.cpp>
|
|
|
+ +<../examples/companion_radio/*.cpp>
|
|
|
+ +<../examples/companion_radio/ui-new/*.cpp>
|
|
|
lib_deps =
|
|
|
${LilyGo_T3S3_sx1262.lib_deps}
|
|
|
densaugeo/base64 @ ~1.4.0
|
|
|
@@ -105,6 +108,7 @@ lib_deps =
|
|
|
extends = LilyGo_T3S3_sx1262
|
|
|
build_flags =
|
|
|
${LilyGo_T3S3_sx1262.build_flags}
|
|
|
+ -I examples/companion_radio/ui-new
|
|
|
-D DISPLAY_CLASS=SSD1306Display
|
|
|
-D MAX_CONTACTS=100
|
|
|
-D MAX_GROUP_CHANNELS=8
|
|
|
@@ -116,7 +120,9 @@ build_flags =
|
|
|
build_src_filter = ${LilyGo_T3S3_sx1262.build_src_filter}
|
|
|
+<helpers/esp32/*.cpp>
|
|
|
+<helpers/ui/SSD1306Display.cpp>
|
|
|
- +<../examples/companion_radio>
|
|
|
+ +<helpers/ui/MomentaryButton.cpp>
|
|
|
+ +<../examples/companion_radio/*.cpp>
|
|
|
+ +<../examples/companion_radio/ui-new/*.cpp>
|
|
|
lib_deps =
|
|
|
${LilyGo_T3S3_sx1262.lib_deps}
|
|
|
densaugeo/base64 @ ~1.4.0
|