mirror of
https://github.com/MarekZegare4/MeshCore-Solo.git
synced 2026-07-26 14:58:12 +00:00
Rak WisMesh Tag fixes
- Remove debug flag - Correct lib_deps from rak4631 to rak_wismesh_tag - Correct extends from rak4631 to rak_wismesh_tag
This commit is contained in:
@@ -96,28 +96,28 @@ build_flags =
|
|||||||
-D OFFLINE_QUEUE_SIZE=256
|
-D OFFLINE_QUEUE_SIZE=256
|
||||||
-D PIN_GPS_EN=34
|
-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}
|
||||||
+<helpers/ui/buzzer.cpp>
|
+<helpers/ui/buzzer.cpp>
|
||||||
+<helpers/nrf52/SerialBLEInterface.cpp>
|
+<helpers/nrf52/SerialBLEInterface.cpp>
|
||||||
+<../examples/companion_radio/*.cpp>
|
+<../examples/companion_radio/*.cpp>
|
||||||
+<../examples/companion_radio/ui-orig/*.cpp>
|
+<../examples/companion_radio/ui-orig/*.cpp>
|
||||||
lib_deps =
|
lib_deps =
|
||||||
${rak4631.lib_deps}
|
${rak_wismesh_tag.lib_deps}
|
||||||
densaugeo/base64 @ ~1.4.0
|
densaugeo/base64 @ ~1.4.0
|
||||||
end2endzone/NonBlockingRTTTL@^1.3.0
|
end2endzone/NonBlockingRTTTL@^1.3.0
|
||||||
|
|
||||||
[env:RAK_WisMesh_Tag_sensor]
|
[env:RAK_WisMesh_Tag_sensor]
|
||||||
extends = rak4631
|
extends = rak_wismesh_tag
|
||||||
build_flags =
|
build_flags =
|
||||||
${rak4631.build_flags}
|
${rak_wismesh_tag.build_flags}
|
||||||
-D ADVERT_NAME='"RAK WM Sensor"'
|
-D ADVERT_NAME='"RAK WM Sensor"'
|
||||||
-D ADVERT_LAT=0.0
|
-D ADVERT_LAT=0.0
|
||||||
-D ADVERT_LON=0.0
|
-D ADVERT_LON=0.0
|
||||||
-D ADMIN_PASSWORD='"password"'
|
-D ADMIN_PASSWORD='"password"'
|
||||||
; -D MESH_PACKET_LOGGING=1
|
; -D MESH_PACKET_LOGGING=1
|
||||||
-D MESH_DEBUG=1
|
; -D MESH_DEBUG=1
|
||||||
build_src_filter = ${rak4631.build_src_filter}
|
build_src_filter = ${rak_wismesh_tag.build_src_filter}
|
||||||
+<../examples/simple_sensor>
|
+<../examples/simple_sensor>
|
||||||
|
|
||||||
[env:RAK_WisMesh_Tag_kiss_modem]
|
[env:RAK_WisMesh_Tag_kiss_modem]
|
||||||
|
|||||||
Reference in New Issue
Block a user