File tree Expand file tree Collapse file tree 1 file changed +6
-0
lines changed Expand file tree Collapse file tree 1 file changed +6
-0
lines changed Original file line number Diff line number Diff line change @@ -103,15 +103,21 @@ lib_deps =
103103extends = Xiao_S3_WIO
104104build_flags =
105105 ${Xiao_S3_WIO.build_flags}
106+ -I examples/companion_radio/ui-new
106107 -D MAX_CONTACTS =100
107108 -D MAX_GROUP_CHANNELS =8
109+ -D DISPLAY_CLASS =SSD1306Display
108110 -D SERIAL_TX =D6
109111 -D SERIAL_RX =D7
110112; -D MESH_PACKET_LOGGING=1
111113; -D MESH_DEBUG=1
112114build_src_filter = ${Xiao_S3_WIO.build_src_filter}
115+ +<helpers/ui/SSD1306Display.cpp>
113116 +<helpers/esp32/*.cpp>
117+ +<helpers/ui/MomentaryButton.cpp>
114118 +<../examples/companion_radio/*.cpp>
119+ +<../examples/companion_radio/ui-new/*.cpp>
115120lib_deps =
116121 ${Xiao_S3_WIO.lib_deps}
117122 densaugeo/base64 @ ~1.4.0
123+ adafruit/Adafruit SSD1306 @ ^2.5.13
You can’t perform that action at this time.
0 commit comments