|
@@ -56,13 +56,16 @@ lib_deps = ${WioTrackerL1.lib_deps}
|
|
|
[env:WioTrackerL1_companion_radio_usb]
|
|
[env:WioTrackerL1_companion_radio_usb]
|
|
|
extends = WioTrackerL1
|
|
extends = WioTrackerL1
|
|
|
build_flags = ${WioTrackerL1.build_flags}
|
|
build_flags = ${WioTrackerL1.build_flags}
|
|
|
|
|
+ -I examples/companion_radio/ui-new
|
|
|
-D MAX_CONTACTS=100
|
|
-D MAX_CONTACTS=100
|
|
|
-D MAX_GROUP_CHANNELS=8
|
|
-D MAX_GROUP_CHANNELS=8
|
|
|
-D DISPLAY_CLASS=SH1106Display
|
|
-D DISPLAY_CLASS=SH1106Display
|
|
|
; NOTE: DO NOT ENABLE --> -D MESH_PACKET_LOGGING=1
|
|
; NOTE: DO NOT ENABLE --> -D MESH_PACKET_LOGGING=1
|
|
|
; NOTE: DO NOT ENABLE --> -D MESH_DEBUG=1
|
|
; NOTE: DO NOT ENABLE --> -D MESH_DEBUG=1
|
|
|
build_src_filter = ${WioTrackerL1.build_src_filter}
|
|
build_src_filter = ${WioTrackerL1.build_src_filter}
|
|
|
- +<../examples/companion_radio>
|
|
|
|
|
|
|
+ +<helpers/ui/MomentaryButton.cpp>
|
|
|
|
|
+ +<../examples/companion_radio/*.cpp>
|
|
|
|
|
+ +<../examples/companion_radio/ui-new/*.cpp>
|
|
|
+<helpers/ui/SH1106Display.cpp>
|
|
+<helpers/ui/SH1106Display.cpp>
|
|
|
+<helpers/ui/buzzer.cpp>
|
|
+<helpers/ui/buzzer.cpp>
|
|
|
lib_deps = ${WioTrackerL1.lib_deps}
|
|
lib_deps = ${WioTrackerL1.lib_deps}
|