Browse Source
Merge pull request #2664 from entr0p1/fix/rak_wismesh_tag_platform
Rak WisMesh Tag fixes
pull/2622/merge
Liam Cottle
5 days ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with
6 additions and
6 deletions
-
variants/rak_wismesh_tag/platformio.ini
|
|
|
@ -96,28 +96,28 @@ build_flags = |
|
|
|
-D OFFLINE_QUEUE_SIZE=256 |
|
|
|
-D PIN_GPS_EN=34 |
|
|
|
; -D MESH_PACKET_LOGGING=1 |
|
|
|
-D MESH_DEBUG=1 |
|
|
|
; -D MESH_DEBUG=1 |
|
|
|
build_src_filter = ${rak_wismesh_tag.build_src_filter} |
|
|
|
+<helpers/ui/buzzer.cpp> |
|
|
|
+<helpers/nrf52/SerialBLEInterface.cpp> |
|
|
|
+<../examples/companion_radio/*.cpp> |
|
|
|
+<../examples/companion_radio/ui-orig/*.cpp> |
|
|
|
lib_deps = |
|
|
|
${rak4631.lib_deps} |
|
|
|
${rak_wismesh_tag.lib_deps} |
|
|
|
densaugeo/base64 @ ~1.4.0 |
|
|
|
end2endzone/NonBlockingRTTTL@^1.3.0 |
|
|
|
|
|
|
|
[env:RAK_WisMesh_Tag_sensor] |
|
|
|
extends = rak4631 |
|
|
|
extends = rak_wismesh_tag |
|
|
|
build_flags = |
|
|
|
${rak4631.build_flags} |
|
|
|
${rak_wismesh_tag.build_flags} |
|
|
|
-D ADVERT_NAME='"RAK WM Sensor"' |
|
|
|
-D ADVERT_LAT=0.0 |
|
|
|
-D ADVERT_LON=0.0 |
|
|
|
-D ADMIN_PASSWORD='"password"' |
|
|
|
; -D MESH_PACKET_LOGGING=1 |
|
|
|
-D MESH_DEBUG=1 |
|
|
|
build_src_filter = ${rak4631.build_src_filter} |
|
|
|
; -D MESH_DEBUG=1 |
|
|
|
build_src_filter = ${rak_wismesh_tag.build_src_filter} |
|
|
|
+<../examples/simple_sensor> |
|
|
|
|
|
|
|
[env:RAK_WisMesh_Tag_kiss_modem] |
|
|
|
|