File tree Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -60,6 +60,8 @@ build_flags = ${WioTrackerL1.build_flags}
6060 -D MAX_CONTACTS =100
6161 -D MAX_GROUP_CHANNELS =8
6262 -D DISPLAY_CLASS =SH1106Display
63+ -D OFFLINE_QUEUE_SIZE =256
64+ -D PIN_BUZZER =12
6365; NOTE: DO NOT ENABLE --> -D MESH_PACKET_LOGGING=1
6466; NOTE: DO NOT ENABLE --> -D MESH_DEBUG=1
6567build_src_filter = ${WioTrackerL1.build_src_filter}
@@ -83,9 +85,9 @@ build_flags = ${WioTrackerL1.build_flags}
8385 -D BLE_DEBUG_LOGGING =1
8486 -D OFFLINE_QUEUE_SIZE =256
8587 -D DISPLAY_CLASS =SH1106Display
86- ; -D MESH_PACKET_LOGGING=1
87- -D MESH_DEBUG =1
8888 -D PIN_BUZZER =12
89+ ; -D MESH_PACKET_LOGGING=1
90+ ; -D MESH_DEBUG=1
8991build_src_filter = ${WioTrackerL1.build_src_filter}
9092 +<helpers/nrf52/SerialBLEInterface.cpp>
9193 +<helpers/ui/MomentaryButton.cpp>
You can’t perform that action at this time.
0 commit comments