diff --git a/data/is-cfg.json b/data/is-cfg.json index e7674fc..c84a3f5 100644 --- a/data/is-cfg.json +++ b/data/is-cfg.json @@ -1,48 +1,47 @@ { - "callsign":"NOCALL-10", - "wifi": - { + "callsign": "NOCALL-10", + "wifi": { "AP": [ - { "SSID":"YOURSSID", "password":"YOURPASSWORD" } + { + "SSID": "YOURSSID", + "password": "YOURPASSWORD" + } ] }, - "beacon": - { - "message":"LoRa iGATE & Digi, Info: github.com/peterus/LoRa_APRS_iGate", - "position": - { - "latitude":0.000000, - "longitude":0.000000 + "beacon": { + "message": "LoRa iGATE & Digi, Info: github.com/lora-aprs/LoRa_APRS_iGate", + "position": { + "latitude": 0.000000, + "longitude": 0.000000 }, - "timeout":15 + "timeout": 15 }, - "aprs_is": - { - "passcode":"", - "server":"euro.aprs2.net", - "port":14580 + "aprs_is": { + "passcode": "", + "server": "euro.aprs2.net", + "port": 14580 }, - "lora": - { - "frequency_rx":433775000, - "frequency_tx":433775000, - "power":20, - "spreading_factor":12, - "signal_bandwidth":125000, - "coding_rate4":5 + "lora": { + "frequency_rx": 433775000, + "frequency_tx": 433775000, + "power": 20, + "spreading_factor": 12, + "signal_bandwidth": 125000, + "coding_rate4": 5 }, - "display": - { + "display": { "always_on": true, - "timeout":10, - "overwrite_pin":0, + "timeout": 10, + "overwrite_pin": 0, "turn180": true }, - "ftp": - { - "active":false, + "ftp": { + "active": false, "user": [ - { "name":"ftp", "password":"ftp" } + { + "name": "ftp", + "password": "ftp" + } ] }, "ntp_server": "pool.ntp.org"