Skip to content

Commit 0e3933f

Browse files
authored
Merge pull request #731 from oltaco/tracker-l1-platformio-tidy
Wio Tracker L1: correct platformio.ini defines
2 parents c396ed9 + 1f20722 commit 0e3933f

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

variants/wio-tracker-l1/platformio.ini

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff 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
6567
build_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
8991
build_src_filter = ${WioTrackerL1.build_src_filter}
9092
+<helpers/nrf52/SerialBLEInterface.cpp>
9193
+<helpers/ui/MomentaryButton.cpp>

0 commit comments

Comments
 (0)