LoRa_APRS_iGate/data/igate_conf.json
richonguzman 51e210540b 2
2023-03-26 13:19:01 -03:00

37 lines
689 B
JSON

{
"callsign": "CD2RXU-11",
"comment": "LoRa_APRS_iGate https://github.com/richonguzman/LoRa_APRS_iGate",
"wifi": {
"active": true,
"AP": [
{ "SSID": "Jimenicita",
"Password": "mg6wyMhqRnxk",
"Latitude": -33.0312173,
"Longitude": -71.5795816
},
{ "SSID": "Richon",
"Password": "k4fPnmg5qnyf",
"Latitude": -33.0337121,
"Longitude": -71.5738217
}
]
},
"aprs_is": {
"active": true,
"passcode": "23201",
"server": "radioaficion.pro",
"port": 14580
},
"lora": {
"frequency": 433775000,
"spreading_factor": 12,
"signal_bandwidth": 125000,
"coding_rate4": 5,
"power": 20
},
"display": {
"always_on": true,
"timeout": 5
}
}