LoRa_APRS_iGate/data/igate_conf.json
richonguzman ea41b584e0 1.4
2023-03-27 00:50:20 -03:00

39 lines
776 B
JSON

{
"callsign": "CD2RXU-11",
"comment": "LoRa_APRS_iGate https://github.com/richonguzman/LoRa_APRS_iGate",
"beacon_interval": 15,
"wifi": {
"AP": [
{ "SSID": "Jimenicita",
"Password": "mg6wyMhqRnxk",
"Latitude": -33.0312173,
"Longitude": -71.5795816
},
{ "SSID": "Richon",
"Password": "k4fPnmg5qnyf",
"Latitude": -33.0337121,
"Longitude": -71.5738217
}
]
},
"aprs_is": {
"passcode": "23201",
"server": "soam.aprs2.net",
"port": 14580,
"software_name" : "ESP32_LoRa_iGate",
"software_version" : "0.0.9",
"reporting_distance" : 30
},
"lora": {
"frequency": 433775000,
"spreading_factor": 12,
"signal_bandwidth": 125000,
"coding_rate4": 5,
"power": 20
},
"display": {
"always_on": true,
"timeout": 2
}
}