move configuration into SPIFFS

This commit is contained in:
Peter Buchegger 2020-07-22 22:21:54 +02:00
parent 81df3fbede
commit f485e09573
6 changed files with 293 additions and 34 deletions

24
data/is-cfg.json Normal file
View file

@ -0,0 +1,24 @@
{
"Wifi":
{
"Name":"",
"Password":""
},
"IS":
{
"Call":"",
"Password":"",
"Server":"austria.aprs2.net",
"Port":14580
},
"Beacon":
{
"Message":"LoRa IGATE (RX only), Info: github.com/peterus/LoRa_APRS_iGate",
"Pos":
{
"Lat":"4819.82N",
"Long":"01418.68E"
},
"Timeout":15
}
}