mirror of
https://github.com/meshcore-dev/MeshCore.git
synced 2026-04-20 22:13:47 +00:00
* configurable REPEATER_NAME
This commit is contained in:
parent
f1ab110ae1
commit
67b0dfa868
2 changed files with 12 additions and 6 deletions
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue