LoRa_APRS_Tracker/data/is-cfg.json

39 lines
612 B
JSON
Raw Normal View History

2021-03-03 20:58:31 +00:00
{
2021-03-05 14:01:07 +00:00
"callsign":"NOCALL-10",
"debug": false,
2021-03-03 20:58:31 +00:00
"beacon":
{
2021-03-05 14:01:07 +00:00
"message":"TTGO LoRA-APRS Tracker",
2021-03-03 20:58:31 +00:00
"timeout": 1,
"symbol": "[",
2021-03-05 14:01:07 +00:00
"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
2021-03-03 20:58:31 +00:00
},
"wifi":
{
2021-03-05 14:01:07 +00:00
"active":false,
2021-03-03 20:58:31 +00:00
"AP": [
2021-03-05 14:01:07 +00:00
{ "SSID":"yourssid", "password":"yoursecrets" }
2021-03-03 20:58:31 +00:00
]
},
"lora":
{
2021-03-05 14:01:07 +00:00
"frequency_rx":433775E3,
"frequency_tx":433775E3,
2021-03-03 20:58:31 +00:00
"power":20,
"spreading_factor":12,
2021-03-05 14:01:07 +00:00
"signal_bandwidth":125E3,
2021-03-03 20:58:31 +00:00
"coding_rate4":5
}
}