mirror of
https://github.com/richonguzman/LoRa_APRS_iGate.git
synced 2026-04-20 22:05:11 +00:00
adding digirepeater when not wifi available
This commit is contained in:
parent
d4f719f996
commit
1205c23d67
8 changed files with 125 additions and 26 deletions
|
|
@ -1,14 +1,14 @@
|
|||
{
|
||||
"callsign": "NOCALL-10",
|
||||
"stationMode": 1,
|
||||
"iGateComment": "LoRa_APRS_iGate",
|
||||
"wifi": {
|
||||
"AP": [
|
||||
{ "ssid": "WIFI_1",
|
||||
"password": "password_1",
|
||||
"latitude": 0.0000000,
|
||||
"longitude": 0.0000000
|
||||
},
|
||||
"callsign": "CD2RXU-11",
|
||||
"stationMode": 5,
|
||||
"iGateComment": "LoRa_APRS_iGate",
|
||||
"wifi": {
|
||||
"AP": [
|
||||
{ "ssid": "Richon",
|
||||
"password": "k4fPnmg5qny",
|
||||
"latitude": -33.0337313,
|
||||
"longitude": -71.5737261
|
||||
},
|
||||
{ "ssid": "WIFI_2",
|
||||
"password": "password_2",
|
||||
"latitude": 0.0000000,
|
||||
|
|
@ -18,11 +18,11 @@
|
|||
},
|
||||
"digi": {
|
||||
"comment": "LoRa_APRS_Digirepeater",
|
||||
"latitude": 0.0000000,
|
||||
"longitude": 0.0000000
|
||||
"latitude": -32.9543284,
|
||||
"longitude": -71.1202063
|
||||
},
|
||||
"aprs_is": {
|
||||
"passcode": "VWXYZ",
|
||||
"passcode": "23201",
|
||||
"server": "euro.aprs2.net",
|
||||
"port": 14580,
|
||||
"reportingDistance": 30
|
||||
|
|
@ -49,7 +49,8 @@
|
|||
"other": {
|
||||
"beaconInterval": 15,
|
||||
"rememberStationTime": 30,
|
||||
"sendBatteryVoltage": false
|
||||
"sendBatteryVoltage": false,
|
||||
"lastWiFiCheck": 15
|
||||
},
|
||||
"bme": {
|
||||
"active": false
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue