Skip to content

Commit 245a713

Browse files
authored
fix issue with platformio 4.2.0 not discriminating transitive dependencies from ESPAsyncWebServer's library.json correctly (#91)
1 parent 260e9a1 commit 245a713

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

platformio.ini

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,8 +31,10 @@ lib_deps =
3131
platform = espressif8266
3232
board = esp12e
3333
board_build.f_cpu = 160000000L
34+
lib_ignore = AsyncTCP
3435

3536
[env:node32s]
3637
;board_build.partitions = min_spiffs.csv
3738
platform = espressif32
3839
board = node32s
40+
lib_ignore = ESPAsyncTCP

0 commit comments

Comments
 (0)