diff --git a/code/espurna/wifi.ino b/code/espurna/wifi.ino index ff01b85a..ffefc590 100644 --- a/code/espurna/wifi.ino +++ b/code/espurna/wifi.ino @@ -117,7 +117,6 @@ void wifiStatus() { void wifiSetup() { - WiFi.persistent(false); wifiConfigure(); // Message callbacks diff --git a/code/platformio.ini b/code/platformio.ini index 239b0826..fc0fa840 100644 --- a/code/platformio.ini +++ b/code/platformio.ini @@ -21,7 +21,7 @@ lib_deps = OneWire DallasTemperature Brzo I2C - https://bitbucket.org/xoseperez/justwifi.git#1.1.3 + https://bitbucket.org/xoseperez/justwifi.git#1.1.4 https://bitbucket.org/xoseperez/hlw8012.git#1.0.1 https://bitbucket.org/xoseperez/fauxmoesp.git#2.1.0 https://bitbucket.org/xoseperez/nofuss.git#0.2.2