Browse Source
Merge pull request #2954 from liamcottle/board/thinknode-m7-neighbours
Increase ThinkNode M7 MAX_NEIGHBORS to 50
pull/2962/head
Liam Cottle
7 days ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with
1 additions and
1 deletions
-
variants/thinknode_m7/platformio.ini
|
|
@ -44,7 +44,7 @@ build_flags = |
|
|
-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 MAX_NEIGHBOURS=8 |
|
|
-D MAX_NEIGHBOURS=50 |
|
|
; -D MESH_PACKET_LOGGING=1 |
|
|
; -D MESH_PACKET_LOGGING=1 |
|
|
; -D MESH_DEBUG=1 |
|
|
; -D MESH_DEBUG=1 |
|
|
lib_deps = |
|
|
lib_deps = |
|
|
|