* configurable REPEATER_NAME

This commit is contained in:
Scott Powell 2025-01-18 22:52:34 +11:00
parent f1ab110ae1
commit 67b0dfa868
2 changed files with 12 additions and 6 deletions

View file

@ -130,8 +130,9 @@ build_flags =
-D LORA_FREQ=915.0
-D LORA_BW=250
-D LORA_SF=10
; -D MESH_PACKET_LOGGING=1
; -D MESH_DEBUG=1
-D REPEATER_NAME="\"Xiao Repeater1\""
-D MESH_PACKET_LOGGING=1
-D MESH_DEBUG=1
[env:Xiao_C3_Repeater_sx1268]
extends = Xiao_esp32_C3
@ -144,6 +145,7 @@ build_flags =
-D LORA_FREQ=433.0
-D LORA_BW=250
-D LORA_SF=10
-D REPEATER_NAME="\"Xiao Repeater1\""
; -D MESH_PACKET_LOGGING=1
; -D MESH_DEBUG=1