This commit is contained in:
richonguzman 2023-07-30 11:59:56 -04:00
parent 804c576f3d
commit ddee75e95b
3 changed files with 6 additions and 7 deletions

View file

@ -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
}
]
},

View file

@ -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

View file

@ -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')");
}
}