Browse Source
Merge pull request #731 from oltaco/tracker-l1-platformio-tidy
Wio Tracker L1: correct platformio.ini defines
pull/736/head
ripplebiz
9 months ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with
4 additions and
2 deletions
-
variants/wio-tracker-l1/platformio.ini
|
|
|
@ -60,6 +60,8 @@ build_flags = ${WioTrackerL1.build_flags} |
|
|
|
-D MAX_CONTACTS=100 |
|
|
|
-D MAX_GROUP_CHANNELS=8 |
|
|
|
-D DISPLAY_CLASS=SH1106Display |
|
|
|
-D OFFLINE_QUEUE_SIZE=256 |
|
|
|
-D PIN_BUZZER=12 |
|
|
|
; NOTE: DO NOT ENABLE --> -D MESH_PACKET_LOGGING=1 |
|
|
|
; NOTE: DO NOT ENABLE --> -D MESH_DEBUG=1 |
|
|
|
build_src_filter = ${WioTrackerL1.build_src_filter} |
|
|
|
@ -83,9 +85,9 @@ build_flags = ${WioTrackerL1.build_flags} |
|
|
|
-D BLE_DEBUG_LOGGING=1 |
|
|
|
-D OFFLINE_QUEUE_SIZE=256 |
|
|
|
-D DISPLAY_CLASS=SH1106Display |
|
|
|
; -D MESH_PACKET_LOGGING=1 |
|
|
|
-D MESH_DEBUG=1 |
|
|
|
-D PIN_BUZZER=12 |
|
|
|
; -D MESH_PACKET_LOGGING=1 |
|
|
|
; -D MESH_DEBUG=1 |
|
|
|
build_src_filter = ${WioTrackerL1.build_src_filter} |
|
|
|
+<helpers/nrf52/SerialBLEInterface.cpp> |
|
|
|
+<helpers/ui/MomentaryButton.cpp> |
|
|
|
|