Browse Source
Merge pull request #1000 from kallanreed/enable_wismesh_tag_gps
Add PIN_GPS_EN build flag for wismesh tag companion
pull/1023/head
ripplebiz
7 months ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with
1 additions and
0 deletions
-
variants/rak_wismesh_tag/platformio.ini
|
|
@ -94,6 +94,7 @@ build_flags = |
|
|
-D BLE_PIN_CODE=123456 |
|
|
-D BLE_PIN_CODE=123456 |
|
|
-D BLE_DEBUG_LOGGING=1 |
|
|
-D BLE_DEBUG_LOGGING=1 |
|
|
-D OFFLINE_QUEUE_SIZE=256 |
|
|
-D OFFLINE_QUEUE_SIZE=256 |
|
|
|
|
|
-D PIN_GPS_EN=34 |
|
|
; -D MESH_PACKET_LOGGING=1 |
|
|
; -D MESH_PACKET_LOGGING=1 |
|
|
-D MESH_DEBUG=1 |
|
|
-D MESH_DEBUG=1 |
|
|
build_src_filter = ${rak_wismesh_tag.build_src_filter} |
|
|
build_src_filter = ${rak_wismesh_tag.build_src_filter} |
|
|
|