diff --git a/data/igate_conf.json b/data/igate_conf.json index 2a28328..37b8d11 100644 --- a/data/igate_conf.json +++ b/data/igate_conf.json @@ -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 } ] }, diff --git a/src/LoRa_APRS_iGate.cpp b/src/LoRa_APRS_iGate.cpp index 4c98b61..ad4076a 100644 --- a/src/LoRa_APRS_iGate.cpp +++ b/src/LoRa_APRS_iGate.cpp @@ -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 diff --git a/src/bme_utils.cpp b/src/bme_utils.cpp index 9005b90..932fcbe 100644 --- a/src/bme_utils.cpp +++ b/src/bme_utils.cpp @@ -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')"); } }