WIP
This commit is contained in:
commit
8bc8036d59
8 changed files with 514 additions and 0 deletions
15
config.example.yaml
Normal file
15
config.example.yaml
Normal file
|
|
@ -0,0 +1,15 @@
|
|||
prometheus:
|
||||
pushgateway_address: "localhost:9091"
|
||||
job: "meshcore_repeater_telemetry"
|
||||
serial_device_path: "/dev/ttyACM0"
|
||||
radio_settings:
|
||||
freq: 869.618
|
||||
bw: 62.5
|
||||
sf: 8
|
||||
cr: 8
|
||||
retries: 2
|
||||
timeout: 20
|
||||
repeaters:
|
||||
- contact_data: ""
|
||||
password: ""
|
||||
path: []
|
||||
Loading…
Add table
Add a link
Reference in a new issue