LoRa_APRS_iGate/data/is-cfg.json
Peter Buchegger 7c23c2f1f4 big update:
* add better timer functions
* add better configuration
* add DIGI mode
2020-10-12 00:09:34 +02:00

37 lines
519 B
JSON

{
"version":1,
"callsign":"NOCALL-10",
"wifi":
{
"active":false,
"AP": [
{ "SSID":"", "password":"" }
]
},
"beacon":
{
"message":"LoRa iGATE & Digi, Info: github.com/peterus/LoRa_APRS_iGate",
"position":
{
"latitude":0.000000,
"longitude":0.000000
}
},
"aprs_is":
{
"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
}
}