LoRa_APRS_iGate/data/is-cfg.json

49 wiersze
700 B
JSON
Czysty Zwykły widok Historia

2020-07-22 20:21:54 +00:00
{
"version":2,
"callsign":"NOCALL-10",
"wifi":
2020-07-22 20:21:54 +00:00
{
"active":false,
"AP": [
2020-10-25 19:29:45 +00:00
{ "SSID":"YOURSSID", "password":"YOURPASSWORD" }
]
2020-07-22 20:21:54 +00:00
},
"beacon":
2020-07-22 20:21:54 +00:00
{
"message":"LoRa iGATE & Digi, Info: github.com/peterus/LoRa_APRS_iGate",
"position":
{
"latitude":0.000000,
"longitude":0.000000
}
2020-07-22 20:21:54 +00:00
},
"aprs_is":
2020-07-22 20:21:54 +00:00
{
"active":false,
"password":"",
"server":"euro.aprs2.net",
"port":14580,
"beacon":true,
"beacon_timeout":15
},
"digi":
{
"active":false,
"forward_timeout":5,
"beacon":true,
"beacon_timeout":30
},
"lora":
{
"frequency_rx":433775000,
"frequency_tx":433775000,
"power":20
},
"display":
{
"always_on": true,
"timeout":10,
"overwrite_pin":0
2020-07-22 20:21:54 +00:00
}
}