mirror of
https://github.com/richonguzman/LoRa_APRS_iGate.git
synced 2026-02-04 06:44:14 +01:00
1.1.3
This commit is contained in:
parent
804c576f3d
commit
ddee75e95b
|
|
@ -9,10 +9,10 @@
|
|||
"latitude": -33.0337313,
|
||||
"longitude": -71.5737261
|
||||
},
|
||||
{ "ssid": "WIFI_2",
|
||||
"password": "password_2",
|
||||
"latitude": 0.0000000,
|
||||
"longitude": 0.0000000
|
||||
{ "ssid": "iPhone Richon",
|
||||
"password": "1234poto5678",
|
||||
"latitude": -32.9543284,
|
||||
"longitude": -71.1202063
|
||||
}
|
||||
]
|
||||
},
|
||||
|
|
|
|||
|
|
@ -93,8 +93,7 @@ void loop() {
|
|||
}
|
||||
|
||||
if (WiFi.status() == WL_CONNECTED) { // Modo iGate
|
||||
Serial.println("conectado a Wifi");
|
||||
|
||||
Serial.println("conectado a Wifi: " + currentWiFi->ssid);
|
||||
// probar si pierde wifi que pasa...
|
||||
|
||||
// cuanto tiene wifi , tratar de conectarse a APRS IS
|
||||
|
|
|
|||
|
|
@ -25,7 +25,7 @@ void setup() {
|
|||
Serial.println("init : BME280 Module ... done!");
|
||||
}
|
||||
} else {
|
||||
Serial.println("(BME not 'active' in 'igate_config.json')");
|
||||
Serial.println("(BME not 'active' in 'igate_conf.json')");
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue