LoRa_APRS_iGate/data/igate_conf.json
richonguzman 8fbc1f712a 1
2023-04-27 13:03:02 -04:00

39 lines
776 B
JSON

{
"callsign": "NOCALL-10",
"comment": "LoRa_APRS_iGate https://github.com/richonguzman/LoRa_APRS_iGate",
"beacon_interval": 15,
"wifi": {
"AP": [
{ "SSID": "WiFi_AP_1",
"Password": "password_WiFi_2",
"Latitude": 0.0000000,
"Longitude": 0.0000000
},
{ "SSID": "WiFi_AP_2",
"Password": "password_WiFi_2",
"Latitude": 0.0000000,
"Longitude": 0.0000000
}
]
},
"aprs_is": {
"passcode": "XYZVW",
"server": "soam.aprs2.net",
"port": 14580,
"software_name" : "ESP32_LoRa_iGate",
"software_version" : "0.1.0",
"reporting_distance" : 30
},
"lora": {
"frequency": 433775000,
"spreading_factor": 12,
"signal_bandwidth": 125000,
"coding_rate4": 5,
"power": 20
},
"display": {
"always_on": true,
"timeout": 2
}
}