increase MAX_NEIGHBOURS from 8 to 50

This commit is contained in:
liamcottle
2025-09-28 16:11:58 +13:00
parent 2e92137d10
commit 0307b6119e
44 changed files with 100 additions and 100 deletions

View File

@@ -40,7 +40,7 @@ build_flags = ${waveshare_rp2040_lora.build_flags}
-D ADVERT_LAT=0.0
-D ADVERT_LON=0.0
-D ADMIN_PASSWORD='"password"'
-D MAX_NEIGHBOURS=8
-D MAX_NEIGHBOURS=50
; -D MESH_PACKET_LOGGING=1
; -D MESH_DEBUG=1
build_src_filter = ${waveshare_rp2040_lora.build_src_filter}
@@ -53,7 +53,7 @@ build_flags = ${waveshare_rp2040_lora.build_flags}
-D ADVERT_LAT=0.0
-D ADVERT_LON=0.0
-D ADMIN_PASSWORD='"password"'
-D MAX_NEIGHBOURS=8
-D MAX_NEIGHBOURS=50
-D WITH_RS232_BRIDGE=Serial2
-D WITH_RS232_BRIDGE_RX=9
-D WITH_RS232_BRIDGE_TX=8