From d5093b4d18bc0ca225b5960034fa551cb6d50d5c Mon Sep 17 00:00:00 2001 From: Max Prokhorov Date: Fri, 14 Feb 2020 13:27:18 +0300 Subject: [PATCH] Fix AsyncTCP dependency (#2147) PIO 4.2.1a default soft does not work --- code/platformio.ini | 1 + 1 file changed, 1 insertion(+) diff --git a/code/platformio.ini b/code/platformio.ini index eabcdbe5..a33d807a 100644 --- a/code/platformio.ini +++ b/code/platformio.ini @@ -99,6 +99,7 @@ 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