LoRa_APRS_iGate/data/igate_conf.json
richonguzman 3b5d44797a repack1.1
2023-06-04 10:13:09 -04:00

42 lines
885 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": "WiFi_AP_2",
"Password": "password_WiFi_2",
"Latitude": 0.0000000,
"Longitude": 0.0000000
}
]
},
"aprs_is": {
"passcode": "23201",
"server": "soam.aprs2.net",
"port": 14580,
"softwareName" : "ESP32_LoRa_iGate",
"softwareVersion" : "0.1.1",
"reportingDistance" : 30
},
"lora": {
"frequency": 433775000,
"spreadingFactor": 12,
"signalBandwidth": 125000,
"codingRate4": 5,
"power": 20
},
"display": {
"alwaysOn": true,
"timeout": 2
},
"other": {
"beaconInterval": 15,
"defaultStatusAfterBoot": true,
"defaultStatus": "https://github.com/richonguzman/LoRa_APRS_iGate"
}
}