mirror of
https://github.com/lora-aprs/LoRa_APRS_Tracker.git
synced 2026-04-05 14:45:14 +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
|
|
@ -3,7 +3,7 @@
|
|||
"debug": false,
|
||||
"beacon":
|
||||
{
|
||||
"message":"TTGO LoRA-APRS Tracker",
|
||||
"message":"LoRa Tracker, Info: github.com/lora-aprs/LoRa_APRS_Tracker",
|
||||
"timeout": 1,
|
||||
"symbol": "[",
|
||||
"overlay": "/"
|
||||
|
|
@ -19,20 +19,13 @@
|
|||
"min_tx_dist":100,
|
||||
"min_bcn":5
|
||||
},
|
||||
"wifi":
|
||||
{
|
||||
"active":false,
|
||||
"AP": [
|
||||
{ "SSID":"yourssid", "password":"yoursecrets" }
|
||||
]
|
||||
},
|
||||
"lora":
|
||||
{
|
||||
"frequency_rx":433775E3,
|
||||
"frequency_tx":433775E3,
|
||||
"frequency_rx":433775000,
|
||||
"frequency_tx":433775000,
|
||||
"power":20,
|
||||
"spreading_factor":12,
|
||||
"signal_bandwidth":125E3,
|
||||
"signal_bandwidth":125000,
|
||||
"coding_rate4":5
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue