From 245a713a9f209bcf84db174955de49aa720785be Mon Sep 17 00:00:00 2001 From: rjwats Date: Fri, 14 Feb 2020 19:22:18 +0000 Subject: [PATCH] fix issue with platformio 4.2.0 not discriminating transitive dependencies from ESPAsyncWebServer's library.json correctly (#91) --- platformio.ini | 2 ++ 1 file changed, 2 insertions(+) diff --git a/platformio.ini b/platformio.ini index 5b77e62..2f9ff6b 100644 --- a/platformio.ini +++ b/platformio.ini @@ -31,8 +31,10 @@ lib_deps = platform = espressif8266 board = esp12e board_build.f_cpu = 160000000L +lib_ignore = AsyncTCP [env:node32s] ;board_build.partitions = min_spiffs.csv platform = espressif32 board = node32s +lib_ignore = ESPAsyncTCP