mirror of
https://github.com/richonguzman/LoRa_APRS_iGate.git
synced 2026-08-09 18:32:59 +02:00
feat: web files
This commit is contained in:
+19
-13
@@ -3,23 +3,29 @@
|
||||
"stationMode": 2,
|
||||
"iGateComment": "LoRa_APRS_iGate",
|
||||
"wifi": {
|
||||
"autoAP": {
|
||||
"password": "1234567890",
|
||||
"powerOff": 10
|
||||
},
|
||||
"AP": [
|
||||
{ "ssid": "WIFI_1",
|
||||
{
|
||||
"ssid": "WIFI_1",
|
||||
"password": "WIFI_1_password",
|
||||
"latitude": 0.0000000,
|
||||
"longitude": 0.0000000
|
||||
"latitude": 0.0,
|
||||
"longitude": 0.0
|
||||
},
|
||||
{ "ssid": "WIFI_2",
|
||||
{
|
||||
"ssid": "WIFI_2",
|
||||
"password": "WIFI_2_password",
|
||||
"latitude": 0.0000000,
|
||||
"longitude": 0.0000000
|
||||
"latitude": 0.0,
|
||||
"longitude": 0.0
|
||||
}
|
||||
]
|
||||
},
|
||||
"digi": {
|
||||
"comment": "LoRa_APRS_Digirepeater",
|
||||
"latitude": 0.0000000,
|
||||
"longitude": 0.0000000
|
||||
"latitude": 0.0,
|
||||
"longitude": 0.0
|
||||
},
|
||||
"aprs_is": {
|
||||
"passcode": "XYZVW",
|
||||
@@ -39,7 +45,7 @@
|
||||
"display": {
|
||||
"alwaysOn": true,
|
||||
"timeout": 4,
|
||||
"turn180" : false
|
||||
"turn180": false
|
||||
},
|
||||
"syslog": {
|
||||
"active": false,
|
||||
@@ -50,7 +56,7 @@
|
||||
"active": false
|
||||
},
|
||||
"ota": {
|
||||
"username":"",
|
||||
"username": "",
|
||||
"password": ""
|
||||
},
|
||||
"other": {
|
||||
@@ -59,7 +65,7 @@
|
||||
"igateRepeatsLoRaPackets": false,
|
||||
"rememberStationTime": 30,
|
||||
"sendBatteryVoltage": false,
|
||||
"externalVoltageMeasurement" : false,
|
||||
"externalVoltageMeasurement": false,
|
||||
"externalVoltagePin": 34
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user