File tree Expand file tree Collapse file tree 1 file changed +22
-0
lines changed Expand file tree Collapse file tree 1 file changed +22
-0
lines changed Original file line number Diff line number Diff line change @@ -75,6 +75,28 @@ lib_deps =
7575 ${Xiao_S3_WIO.lib_deps}
7676 densaugeo/base64 @ ~1.4.0
7777
78+ [env:Xiao_S3_WIO_companion_radio_usb]
79+ extends = Xiao_S3_WIO
80+ build_flags =
81+ ${Xiao_S3_WIO.build_flags}
82+ -I examples/companion_radio/ui-new
83+ -D MAX_CONTACTS =300
84+ -D MAX_GROUP_CHANNELS =8
85+ -D DISPLAY_CLASS =SSD1306Display
86+ -D OFFLINE_QUEUE_SIZE =256
87+ ; -D MESH_PACKET_LOGGING=1
88+ ; -D MESH_DEBUG=1
89+ build_src_filter = ${Xiao_S3_WIO.build_src_filter}
90+ +<helpers/ui/SSD1306Display.cpp>
91+ +<helpers/esp32/*.cpp>
92+ +<helpers/ui/MomentaryButton.cpp>
93+ +<../examples/companion_radio/*.cpp>
94+ +<../examples/companion_radio/ui-new/*.cpp>
95+ lib_deps =
96+ ${Xiao_S3_WIO.lib_deps}
97+ densaugeo/base64 @ ~1.4.0
98+ adafruit/Adafruit SSD1306 @ ^2.5.13
99+
78100[env:Xiao_S3_WIO_companion_radio_ble]
79101extends = Xiao_S3_WIO
80102build_flags =
You can’t perform that action at this time.
0 commit comments