mirror of
https://github.com/richonguzman/LoRa_APRS_iGate.git
synced 2026-08-07 17:32:47 +02:00
release 1.2
This commit is contained in:
+15
-15
@@ -1,28 +1,28 @@
|
||||
{
|
||||
"callsign": "CD2RXU-11",
|
||||
"stationMode": 2,
|
||||
"callsign": "NOCALL-10",
|
||||
"stationMode": 1,
|
||||
"iGateComment": "LoRa_APRS_iGate",
|
||||
"wifi": {
|
||||
"AP": [
|
||||
{ "ssid": "Richon",
|
||||
"password": "k4fPnmg5qnyf",
|
||||
"latitude": -33.0338131,
|
||||
"longitude": -71.5737237
|
||||
{ "ssid": "WIFI_1",
|
||||
"password": "password_1",
|
||||
"latitude": 0.0000000,
|
||||
"longitude": 0.0000000
|
||||
},
|
||||
{ "ssid": "Jimenita",
|
||||
"password": "mg6wyMhqRnxk",
|
||||
"latitude": -33.0312492,
|
||||
"longitude": -71.5796215
|
||||
{ "ssid": "WIFI_2",
|
||||
"password": "password_2",
|
||||
"latitude": 0.0000000,
|
||||
"longitude": 0.0000000
|
||||
}
|
||||
]
|
||||
},
|
||||
"digi": {
|
||||
"comment": "LoRa_APRS_Digirepeater",
|
||||
"latitude": -33.0338131,
|
||||
"longitude": -71.5737237
|
||||
"latitude": 0.0000000,
|
||||
"longitude": 0.0000000
|
||||
},
|
||||
"aprs_is": {
|
||||
"passcode": "23201",
|
||||
"passcode": "VWXYZ",
|
||||
"server": "soam.aprs2.net",
|
||||
"port": 14580,
|
||||
"reportingDistance": 30
|
||||
@@ -41,8 +41,8 @@
|
||||
"timeout": 4
|
||||
},
|
||||
"syslog": {
|
||||
"active": true,
|
||||
"server": "192.168.20.10",
|
||||
"active": false,
|
||||
"server": "192.168.0.100",
|
||||
"port": 514
|
||||
},
|
||||
"other": {
|
||||
|
||||
@@ -23,9 +23,9 @@ String versionDate = "2023.06.13";
|
||||
int myWiFiAPIndex = 0;
|
||||
int myWiFiAPSize = Config.wifiAPs.size();
|
||||
WiFi_AP *currentWiFi = &Config.wifiAPs[myWiFiAPIndex];
|
||||
bool statusAfterBoot = true;
|
||||
int stationMode = Config.stationMode;
|
||||
|
||||
int stationMode = Config.stationMode;
|
||||
bool statusAfterBoot = true;
|
||||
bool beacon_update = true;
|
||||
uint32_t lastBeaconTx = 0;
|
||||
uint32_t previousWiFiMillis = 0;
|
||||
|
||||
Reference in New Issue
Block a user