From 476d3144980ede6328cf2ba52c282f9eaf335ef6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Xose=20P=C3=A9rez?= Date: Wed, 11 Jan 2017 23:25:46 +0100 Subject: [PATCH] Fix #35 using stable version of ESPAsyncTCP and updated version of JustWifi to prevent MQTT connection drop after wifi reconnection --- code/platformio.ini | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/code/platformio.ini b/code/platformio.ini index 38c254c0..6c8b1028 100644 --- a/code/platformio.ini +++ b/code/platformio.ini @@ -9,14 +9,14 @@ lib_deps = Adafruit Unified Sensor https://github.com/xoseperez/Time ArduinoJson - ESPAsyncTCP + https://github.com/me-no-dev/ESPAsyncTCP#e074eaac ESPAsyncWebServer https://github.com/marvinroger/async-mqtt-client Embedis NtpClientLib OneWire DallasTemperature - JustWifi + https://bitbucket.org/xoseperez/justwifi.git HLW8012 https://bitbucket.org/xoseperez/fauxmoesp.git https://bitbucket.org/xoseperez/nofuss.git