diff --git a/examples/ONE_V9/ONE_V9.ino b/examples/ONE_V9/ONE_V9.ino index 269b41b..8f4f744 100644 --- a/examples/ONE_V9/ONE_V9.ino +++ b/examples/ONE_V9/ONE_V9.ino @@ -525,6 +525,7 @@ void connectToWifi() { WiFiManager wifiManager; //WiFi.disconnect(); //to delete previous saved hotspot String HOTSPOT = "AG-" + String(getNormalizedMac()); + updateOLED2("180s to connect", "to Wifi Hotspot", HOTSPOT); wifiManager.setTimeout(180); if (!wifiManager.autoConnect((const char * ) HOTSPOT.c_str())) { Serial.println("failed to connect and hit timeout"); diff --git a/library.properties b/library.properties index 4545831..69b1b07 100644 --- a/library.properties +++ b/library.properties @@ -1,5 +1,5 @@ name=AirGradient Air Quality Sensor -version=2.4.7 +version=2.4.8 author=AirGradient maintainer=AirGradient sentence=ESP8266 library for an air quality sensor featuring PM2.5, CO2, Temperature, TVOC and Humidity with OLED display.