From 773cbfe5aadcc83c34fc9c3d3b287e233dfa74b3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Xose=20P=C3=A9rez?= Date: Thu, 24 Aug 2017 17:46:48 +0200 Subject: [PATCH] Updated JustWifi library --- code/espurna/wifi.ino | 1 - code/platformio.ini | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) 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