From 7d46817008e6a9c046542853bb15ae82d322c39b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Xose=20P=C3=A9rez?= Date: Tue, 29 Nov 2016 08:23:30 +0100 Subject: [PATCH] Back to the latest ESPAsyncWebServer version after issue #100 has been resolved --- code/platformio.custom.ini | 2 +- code/platformio.official.ini | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/code/platformio.custom.ini b/code/platformio.custom.ini index 481f0c4b..a4d06db4 100644 --- a/code/platformio.custom.ini +++ b/code/platformio.custom.ini @@ -20,7 +20,7 @@ lib_deps = Time ArduinoJson ESPAsyncTCP - ESPAsyncWebServer@3e6e890808 + ESPAsyncWebServer AsyncMqttClient ESPAsyncUCP Embedis diff --git a/code/platformio.official.ini b/code/platformio.official.ini index b564dd83..949f3769 100644 --- a/code/platformio.official.ini +++ b/code/platformio.official.ini @@ -8,7 +8,7 @@ lib_deps = Time ArduinoJson ESPAsyncTCP - ESPAsyncWebServer@3e6e890808 + ESPAsyncWebServer AsyncMqttClient ESPAsyncUCP Embedis