From 7862b52060b465b5a1b9363fd235cd5540330763 Mon Sep 17 00:00:00 2001 From: Max Prokhorov Date: Fri, 14 Feb 2020 14:40:51 +0300 Subject: [PATCH] Fix "Fix AsyncTCP dependency" (#2149) * Revert "Fix AsyncTCP dependency (#2147)" This reverts commit d5093b4d18bc0ca225b5960034fa551cb6d50d5c. * Ignore AsyncTCP --- code/platformio.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/platformio.ini b/code/platformio.ini index a33d807a..115bfaa2 100644 --- a/code/platformio.ini +++ b/code/platformio.ini @@ -99,7 +99,6 @@ lib_extra_dirs = # LIBRARIES: required dependencies # Please note that we don't always use the latest version of a library. # ------------------------------------------------------------------------------ -lib_compat_mode = strict lib_deps = ArduinoJson@5.13.4 https://github.com/marvinroger/async-mqtt-client#v0.8.1 @@ -132,6 +131,7 @@ lib_deps = https://github.com/mcleng/MAX6675-Library#2.0.1 https://github.com/ElderJoy/esp8266-oled-ssd1306#4.0.1 lib_ignore = + AsyncTCP # ------------------------------------------------------------------------------ # ESPURNA CORE BUILDS