@@ -89,14 +89,17 @@ lib_deps =
8989extends = LilyGo_T3S3_sx1262
9090build_flags =
9191 ${LilyGo_T3S3_sx1262.build_flags}
92+ -I examples/companion_radio/ui-new
9293 -D DISPLAY_CLASS =SSD1306Display
9394 -D MAX_CONTACTS =100
9495 -D MAX_GROUP_CHANNELS =8
9596; NOTE: DO NOT ENABLE --> -D MESH_PACKET_LOGGING=1
9697; NOTE: DO NOT ENABLE --> -D MESH_DEBUG=1
9798build_src_filter = ${LilyGo_T3S3_sx1262.build_src_filter}
9899 +<helpers/ui/SSD1306Display.cpp>
99- +<../examples/companion_radio>
100+ +<helpers/ui/MomentaryButton.cpp>
101+ +<../examples/companion_radio/*.cpp>
102+ +<../examples/companion_radio/ui-new/*.cpp>
100103lib_deps =
101104 ${LilyGo_T3S3_sx1262.lib_deps}
102105 densaugeo/base64 @ ~1.4.0
@@ -105,6 +108,7 @@ lib_deps =
105108extends = LilyGo_T3S3_sx1262
106109build_flags =
107110 ${LilyGo_T3S3_sx1262.build_flags}
111+ -I examples/companion_radio/ui-new
108112 -D DISPLAY_CLASS =SSD1306Display
109113 -D MAX_CONTACTS =100
110114 -D MAX_GROUP_CHANNELS =8
@@ -116,7 +120,9 @@ build_flags =
116120build_src_filter = ${LilyGo_T3S3_sx1262.build_src_filter}
117121 +<helpers/esp32/*.cpp>
118122 +<helpers/ui/SSD1306Display.cpp>
119- +<../examples/companion_radio>
123+ +<helpers/ui/MomentaryButton.cpp>
124+ +<../examples/companion_radio/*.cpp>
125+ +<../examples/companion_radio/ui-new/*.cpp>
120126lib_deps =
121127 ${LilyGo_T3S3_sx1262.lib_deps}
122128 densaugeo/base64 @ ~1.4.0
0 commit comments