LoRa_APRS_iGate/data/is-cfg.json
Peter Buchegger 7a0f3661dc changes
ini:
- update ftp lib to 0.9.5
- remove all board configs

config:
- add ntp server seetting
- add board config

code:
- add board finder
- NO_GLOBAL_INSTANCES
- ntp server config
- modem config update (not found bugs fixed)

libs:
- update common lib
- update ntp lib
2020-12-17 22:13:06 +01:00

59 lines
878 B
JSON

{
"callsign":"NOCALL-10",
"wifi":
{
"active":false,
"AP": [
{ "SSID":"YOURSSID", "password":"YOURPASSWORD" }
]
},
"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
},
"lora":
{
"frequency_rx":433775000,
"frequency_tx":433775000,
"power":20,
"spreading_factor":12,
"signal_bandwidth":125000,
"coding_rate4":5
},
"display":
{
"always_on": true,
"timeout":10,
"overwrite_pin":0
},
"ftp":
{
"active":false,
"user": [
{ "name":"ftp", "password":"ftp" }
]
},
"ntp_server": "pool.ntp.org"
}