mirror of
https://github.com/lora-aprs/LoRa_APRS_iGate.git
synced 2026-04-04 14:08:34 +00:00
move configuration into SPIFFS
This commit is contained in:
parent
81df3fbede
commit
f485e09573
6 changed files with 293 additions and 34 deletions
24
data/is-cfg.json
Normal file
24
data/is-cfg.json
Normal 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
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue