Merge pull request #172 from recrof/dev

set repeater/room server Lat & Lon to 0.0 as default
This commit is contained in:
ripplebiz
2025-04-04 19:26:30 +11:00
committed by GitHub
13 changed files with 55 additions and 57 deletions

View File

@@ -27,8 +27,8 @@ build_src_filter = ${Faketec.build_src_filter} +<../examples/simple_repeater> +<
build_flags =
${Faketec.build_flags}
-D ADVERT_NAME="\"Faketec Repeater\""
-D ADVERT_LAT=-37.0
-D ADVERT_LON=145.0
-D ADVERT_LAT=0.0
-D ADVERT_LON=0.0
-D ADMIN_PASSWORD="\"password\""
; -D MESH_PACKET_LOGGING=1
; -D MESH_DEBUG=1
@@ -42,8 +42,8 @@ build_src_filter = ${Faketec.build_src_filter} +<../examples/simple_room_server>
build_flags =
${Faketec.build_flags}
-D ADVERT_NAME="\"Test Room\""
-D ADVERT_LAT=-37.0
-D ADVERT_LON=145.0
-D ADVERT_LAT=0.0
-D ADVERT_LON=0.0
-D ADMIN_PASSWORD="\"password\""
-D ROOM_PASSWORD="\"hello\""
; -D MESH_PACKET_LOGGING=1
@@ -104,7 +104,7 @@ board = promicro_nrf52840
build_flags = ${nrf52840_base.build_flags}
-I variants/promicro
-D PROMICROLLCC68
-D RADIO_CLASS=CustomLLCC68
-D RADIO_CLASS=CustomLLCC68
-D WRAPPER_CLASS=CustomLLCC68Wrapper
-D LORA_TX_POWER=22
-D SX126X_CURRENT_LIMIT=130