Browse Source
Merge pull request #2935 from benskigomez/fix/m6-repeater-debug-flags
ThinkNode M6 repeater: disable leftover MESH_DEBUG/GPS_NMEA_DEBUG
pull/2940/head
Liam Cottle
1 week ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with
2 additions and
2 deletions
-
variants/thinknode_m6/platformio.ini
|
|
|
@ -48,8 +48,8 @@ build_flags = |
|
|
|
-D ADMIN_PASSWORD='"password"' |
|
|
|
-D MAX_NEIGHBOURS=50 |
|
|
|
; -D MESH_PACKET_LOGGING=1 |
|
|
|
-D MESH_DEBUG=1 |
|
|
|
-D GPS_NMEA_DEBUG=1 |
|
|
|
; -D MESH_DEBUG=1 |
|
|
|
; -D GPS_NMEA_DEBUG=1 |
|
|
|
build_src_filter = ${ThinkNode_M6.build_src_filter} |
|
|
|
+<../examples/simple_repeater/*.cpp> |
|
|
|
lib_deps = |
|
|
|
|