mirror of
https://github.com/lora-aprs/LoRa_APRS_Tracker.git
synced 2026-04-05 06:35:09 +00:00
lot of style fixes and also some important fixes!
This commit is contained in:
parent
54ce3fe267
commit
da86e89fa8
10 changed files with 206 additions and 384 deletions
31
data/tracker.json
Normal file
31
data/tracker.json
Normal file
|
|
@ -0,0 +1,31 @@
|
|||
{
|
||||
"callsign":"NOCALL-10",
|
||||
"debug": false,
|
||||
"beacon":
|
||||
{
|
||||
"message":"LoRa Tracker, Info: github.com/lora-aprs/LoRa_APRS_Tracker",
|
||||
"timeout": 1,
|
||||
"symbol": "[",
|
||||
"overlay": "/"
|
||||
},
|
||||
"smart_beacon":
|
||||
{
|
||||
"active":false,
|
||||
"turn_min":25,
|
||||
"slow_rate":300,
|
||||
"slow_speed":10,
|
||||
"fast_rate":60,
|
||||
"fast_speed":100,
|
||||
"min_tx_dist":100,
|
||||
"min_bcn":5
|
||||
},
|
||||
"lora":
|
||||
{
|
||||
"frequency_rx":433775000,
|
||||
"frequency_tx":433775000,
|
||||
"power":20,
|
||||
"spreading_factor":12,
|
||||
"signal_bandwidth":125000,
|
||||
"coding_rate4":5
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue