LoRa_APRS_iGate/data/igate_conf.json
2023-06-06 11:21:59 -04:00

45 lines
952 B
JSON

{
"callsign": "CD2RXU-10",
"comment": "LoRa_APRS_iGate https://github.com/richonguzman/LoRa_APRS_iGate",
"wifi": {
"AP": [
{ "SSID": "Richon",
"Password": "k4fPnmg5qnyf",
"Latitude": -33.0338131,
"Longitude": -71.5737237
},
{ "SSID": "Jimenita",
"Password": "mg6wyMhqRnxk",
"Latitude": -33.0312492,
"Longitude": -71.5796215
}
],
"checkInterval": 30
},
"aprs_is": {
"passcode": "23201",
"server": "soam.aprs2.net",
"port": 14580,
"softwareName": "ESP32_LoRa_iGate",
"softwareVersion": "0.1.1",
"reportingDistance": 30
},
"lora": {
"enableTx": true,
"frequency": 433775000,
"spreadingFactor": 12,
"signalBandwidth": 125000,
"codingRate4": 5,
"power": 20
},
"display": {
"alwaysOn": true,
"keepLastPacketOnScreen": true,
"timeout": 2
},
"other": {
"beaconInterval": 15,
"statusAfterBoot": true,
"defaultStatus": "https://github.com/richonguzman/LoRa_APRS_iGate"
}
}