mirror of
https://github.com/richonguzman/LoRa_APRS_iGate.git
synced 2026-01-23 01:00:15 +01:00
47 lines
982 B
JSON
47 lines
982 B
JSON
{
|
|
"callsign": "CD2RXU-10",
|
|
"stationMode": 2,
|
|
"iGateComment": "LoRa_APRS_iGate",
|
|
"digirepeaterComment": "LoRa_APRS_Digirepeater" ,
|
|
"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": "1.2",
|
|
"reportingDistance": 30
|
|
},
|
|
"lora": {
|
|
"frequencyTx": 433900000,
|
|
"frequencyRx": 433775000,
|
|
"spreadingFactor": 12,
|
|
"signalBandwidth": 125000,
|
|
"codingRate4": 5,
|
|
"power": 20
|
|
},
|
|
"display": {
|
|
"alwaysOn": true,
|
|
"timeout": 4
|
|
},
|
|
"other": {
|
|
"beaconInterval": 15,
|
|
"rememberStationTime": 30,
|
|
"statusAfterBoot": true,
|
|
"defaultStatus": "https://github.com/richonguzman/LoRa_APRS_iGate"
|
|
}
|
|
} |