Browse Source

fix issue with platformio 4.2.0 not discriminating transitive dependencies from ESPAsyncWebServer's library.json correctly (#91)

master
rjwats 4 years ago
committed by GitHub
parent
commit
245a713a9f
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      platformio.ini

2
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
Loading…
Cancel
Save