Browse Source
Merge pull request #256 from liamcottle/feature/enable-repeater-neighbours
enable neighbours feature for all repeater variants
pull/270/head
ripplebiz
1 year ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
19 changed files with
22 additions and
0 deletions
-
variants/generic-e22/platformio.ini
-
variants/generic_espnow/platformio.ini
-
variants/heltec_v2/platformio.ini
-
variants/heltec_v3/platformio.ini
-
variants/lilygo_t3s3/platformio.ini
-
variants/lilygo_tbeam/platformio.ini
-
variants/lilygo_tbeam_SX1262/platformio.ini
-
variants/lilygo_tbeam_supreme_SX1262/platformio.ini
-
variants/lilygo_tlora_v2_1/platformio.ini
-
variants/picow/platformio.ini
-
variants/promicro/platformio.ini
-
variants/rak4631/platformio.ini
-
variants/station_g2/platformio.ini
-
variants/t114/platformio.ini
-
variants/techo/platformio.ini
-
variants/thinknode_m1/platformio.ini
-
variants/xiao_c3/platformio.ini
-
variants/xiao_nrf52/platformio.ini
-
variants/xiao_s3_wio/platformio.ini
|
|
|
@ -40,6 +40,7 @@ build_flags = |
|
|
|
-D ADVERT_LAT=0.0 |
|
|
|
-D ADVERT_LON=0.0 |
|
|
|
-D ADMIN_PASSWORD='"password"' |
|
|
|
-D MAX_NEIGHBOURS=8 |
|
|
|
; -D MESH_PACKET_LOGGING=1 |
|
|
|
; -D MESH_DEBUG=1 |
|
|
|
lib_deps = |
|
|
|
@ -59,6 +60,7 @@ build_flags = |
|
|
|
-D ADVERT_LAT=0.0 |
|
|
|
-D ADVERT_LON=0.0 |
|
|
|
-D ADMIN_PASSWORD='"password"' |
|
|
|
-D MAX_NEIGHBOURS=8 |
|
|
|
; -D MESH_PACKET_LOGGING=1 |
|
|
|
; -D MESH_DEBUG=1 |
|
|
|
lib_deps = |
|
|
|
|
|
|
|
@ -42,6 +42,7 @@ build_flags = |
|
|
|
-D ADVERT_LAT=0.0 |
|
|
|
-D ADVERT_LON=0.0 |
|
|
|
-D ADMIN_PASSWORD='"password"' |
|
|
|
-D MAX_NEIGHBOURS=8 |
|
|
|
build_src_filter = ${Generic_ESPNOW.build_src_filter} |
|
|
|
+<../examples/simple_repeater/main.cpp> |
|
|
|
lib_deps = |
|
|
|
|
|
|
|
@ -28,6 +28,7 @@ build_flags = |
|
|
|
-D ADVERT_LAT=0.0 |
|
|
|
-D ADVERT_LON=0.0 |
|
|
|
-D ADMIN_PASSWORD='"password"' |
|
|
|
-D MAX_NEIGHBOURS=8 |
|
|
|
; -D MESH_PACKET_LOGGING=1 |
|
|
|
; -D MESH_DEBUG=1 |
|
|
|
build_src_filter = ${Heltec_lora32_v2.build_src_filter} |
|
|
|
|
|
|
|
@ -31,6 +31,7 @@ build_flags = |
|
|
|
-D ADVERT_LAT=0.0 |
|
|
|
-D ADVERT_LON=0.0 |
|
|
|
-D ADMIN_PASSWORD='"password"' |
|
|
|
-D MAX_NEIGHBOURS=8 |
|
|
|
; -D MESH_PACKET_LOGGING=1 |
|
|
|
; -D MESH_DEBUG=1 |
|
|
|
build_src_filter = ${Heltec_lora32_v3.build_src_filter} |
|
|
|
@ -142,6 +143,7 @@ build_flags = |
|
|
|
-D ADVERT_LAT=0.0 |
|
|
|
-D ADVERT_LON=0.0 |
|
|
|
-D ADMIN_PASSWORD='"password"' |
|
|
|
-D MAX_NEIGHBOURS=8 |
|
|
|
; -D MESH_PACKET_LOGGING=1 |
|
|
|
; -D MESH_DEBUG=1 |
|
|
|
build_src_filter = ${Heltec_lora32_v3.build_src_filter} |
|
|
|
|
|
|
|
@ -42,6 +42,7 @@ build_flags = |
|
|
|
-D ADVERT_LAT=0.0 |
|
|
|
-D ADVERT_LON=0.0 |
|
|
|
-D ADMIN_PASSWORD='"password"' |
|
|
|
-D MAX_NEIGHBOURS=8 |
|
|
|
; -D MESH_PACKET_LOGGING=1 |
|
|
|
; -D MESH_DEBUG=1 |
|
|
|
build_src_filter = ${LilyGo_T3S3_sx1262.build_src_filter} |
|
|
|
|
|
|
|
@ -54,6 +54,7 @@ build_flags = |
|
|
|
-D ADVERT_LAT=0.0 |
|
|
|
-D ADVERT_LON=0.0 |
|
|
|
-D ADMIN_PASSWORD='"password"' |
|
|
|
-D MAX_NEIGHBOURS=8 |
|
|
|
; -D MESH_PACKET_LOGGING=1 |
|
|
|
; -D MESH_DEBUG=1 |
|
|
|
build_src_filter = ${LilyGo_TBeam.build_src_filter} |
|
|
|
|
|
|
|
@ -58,6 +58,7 @@ build_flags = |
|
|
|
-D ADVERT_LAT=0.0 |
|
|
|
-D ADVERT_LON=0.0 |
|
|
|
-D ADMIN_PASSWORD='"password"' |
|
|
|
-D MAX_NEIGHBOURS=8 |
|
|
|
; -D MESH_PACKET_LOGGING=1 |
|
|
|
; -D MESH_DEBUG=1 |
|
|
|
build_src_filter = ${LilyGo_TBeam_SX1262.build_src_filter} |
|
|
|
|
|
|
|
@ -27,6 +27,7 @@ build_flags = |
|
|
|
-D ADVERT_LAT=0 |
|
|
|
-D ADVERT_LON=0 |
|
|
|
-D ADMIN_PASSWORD='"password"' |
|
|
|
-D MAX_NEIGHBOURS=8 |
|
|
|
; -D MESH_PACKET_LOGGING=1 |
|
|
|
; -D MESH_DEBUG=1 |
|
|
|
build_src_filter = ${T_Beam_S3_Supreme_SX1262.build_src_filter} |
|
|
|
|
|
|
|
@ -42,6 +42,7 @@ build_flags = |
|
|
|
-D ADVERT_LAT=0.0 |
|
|
|
-D ADVERT_LON=0.0 |
|
|
|
-D ADMIN_PASSWORD='"password"' |
|
|
|
-D MAX_NEIGHBOURS=8 |
|
|
|
; -D MESH_PACKET_LOGGING=1 |
|
|
|
; -D MESH_DEBUG=1 |
|
|
|
; -D CORE_DEBUG_LEVEL=3 |
|
|
|
|
|
|
|
@ -25,6 +25,7 @@ build_flags = ${picow.build_flags} |
|
|
|
-D ADVERT_LAT=0.0 |
|
|
|
-D ADVERT_LON=0.0 |
|
|
|
-D ADMIN_PASSWORD='"password"' |
|
|
|
-D MAX_NEIGHBOURS=8 |
|
|
|
; -D MESH_PACKET_LOGGING=1 |
|
|
|
; -D MESH_DEBUG=1 |
|
|
|
build_src_filter = ${picow.build_src_filter} |
|
|
|
|
|
|
|
@ -31,6 +31,7 @@ build_flags = |
|
|
|
-D ADVERT_LAT=0.0 |
|
|
|
-D ADVERT_LON=0.0 |
|
|
|
-D ADMIN_PASSWORD='"password"' |
|
|
|
-D MAX_NEIGHBOURS=8 |
|
|
|
; -D MESH_PACKET_LOGGING=1 |
|
|
|
; -D MESH_DEBUG=1 |
|
|
|
lib_deps = ${Faketec.lib_deps} |
|
|
|
@ -121,6 +122,7 @@ build_src_filter = ${ProMicroLLCC68.build_src_filter} |
|
|
|
build_flags = ${ProMicroLLCC68.build_flags} |
|
|
|
-D ADVERT_NAME='"ProMicroLLCC68 Repeater"' |
|
|
|
-D ADMIN_PASSWORD='"password"' |
|
|
|
-D MAX_NEIGHBOURS=8 |
|
|
|
; -D MESH_PACKET_LOGGING=1 |
|
|
|
; -D MESH_DEBUG=1 |
|
|
|
lib_deps = ${ProMicroLLCC68.lib_deps} |
|
|
|
|
|
|
|
@ -31,6 +31,7 @@ build_flags = |
|
|
|
-D ADVERT_LAT=0.0 |
|
|
|
-D ADVERT_LON=0.0 |
|
|
|
-D ADMIN_PASSWORD='"password"' |
|
|
|
-D MAX_NEIGHBOURS=8 |
|
|
|
; -D MESH_PACKET_LOGGING=1 |
|
|
|
; -D MESH_DEBUG=1 |
|
|
|
build_src_filter = ${rak4631.build_src_filter} |
|
|
|
|
|
|
|
@ -30,6 +30,7 @@ build_flags = |
|
|
|
-D ADVERT_LAT=0.0 |
|
|
|
-D ADVERT_LON=0.0 |
|
|
|
-D ADMIN_PASSWORD='"password"' |
|
|
|
-D MAX_NEIGHBOURS=8 |
|
|
|
; -D MESH_PACKET_LOGGING=1 |
|
|
|
; -D MESH_DEBUG=1 |
|
|
|
build_src_filter = ${Station_G2.build_src_filter} |
|
|
|
|
|
|
|
@ -39,6 +39,7 @@ build_flags = |
|
|
|
-D ADVERT_LAT=0.0 |
|
|
|
-D ADVERT_LON=0.0 |
|
|
|
-D ADMIN_PASSWORD='"password"' |
|
|
|
-D MAX_NEIGHBOURS=8 |
|
|
|
; -D MESH_PACKET_LOGGING=1 |
|
|
|
; -D MESH_DEBUG=1 |
|
|
|
|
|
|
|
|
|
|
|
@ -37,6 +37,7 @@ build_flags = |
|
|
|
-D ADVERT_LAT=0.0 |
|
|
|
-D ADVERT_LON=0.0 |
|
|
|
-D ADMIN_PASSWORD='"password"' |
|
|
|
-D MAX_NEIGHBOURS=8 |
|
|
|
; -D MESH_PACKET_LOGGING=1 |
|
|
|
; -D MESH_DEBUG=1 |
|
|
|
|
|
|
|
|
|
|
|
@ -36,6 +36,7 @@ build_flags = |
|
|
|
-D ADVERT_LAT=0.0 |
|
|
|
-D ADVERT_LON=0.0 |
|
|
|
-D ADMIN_PASSWORD='"password"' |
|
|
|
-D MAX_NEIGHBOURS=8 |
|
|
|
; -D MESH_PACKET_LOGGING=1 |
|
|
|
; -D MESH_DEBUG=1 |
|
|
|
build_src_filter = ${ThinkNode_M1.build_src_filter} |
|
|
|
|
|
|
|
@ -53,6 +53,7 @@ build_flags = |
|
|
|
-D ADVERT_LAT=0.0 |
|
|
|
-D ADVERT_LON=0.0 |
|
|
|
-D ADMIN_PASSWORD='"password"' |
|
|
|
-D MAX_NEIGHBOURS=8 |
|
|
|
; -D MESH_PACKET_LOGGING=1 |
|
|
|
; -D MESH_DEBUG=1 |
|
|
|
lib_deps = |
|
|
|
|
|
|
|
@ -90,6 +90,7 @@ build_flags = |
|
|
|
-D ADVERT_LAT=0.0 |
|
|
|
-D ADVERT_LON=0.0 |
|
|
|
-D ADMIN_PASSWORD='"password"' |
|
|
|
-D MAX_NEIGHBOURS=8 |
|
|
|
; -D MESH_PACKET_LOGGING=1 |
|
|
|
; -D MESH_DEBUG=1 |
|
|
|
build_src_filter = ${Xiao_nrf52.build_src_filter} |
|
|
|
|
|
|
|
@ -35,6 +35,7 @@ build_flags = |
|
|
|
-D ADVERT_LAT=0.0 |
|
|
|
-D ADVERT_LON=0.0 |
|
|
|
-D ADMIN_PASSWORD='"password"' |
|
|
|
-D MAX_NEIGHBOURS=8 |
|
|
|
; -D MESH_PACKET_LOGGING=1 |
|
|
|
; -D MESH_DEBUG=1 |
|
|
|
lib_deps = |
|
|
|
|