Update platformio.ini

Closes #11, omit the Ethernet library from the ESP12e environment. The W5x00 is used for network connectivity in STM32F4xx environments.
This commit is contained in:
fvanroie 2020-10-15 23:13:02 +02:00 committed by GitHub
parent 6e16cf6005
commit dee61812e5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -260,7 +260,6 @@ build_flags =
; -- Library options ------------------------------- ; -- Library options -------------------------------
lib_deps = lib_deps =
${env.lib_deps} ${env.lib_deps}
Ethernet@<2.0.0
;*************************************************** ;***************************************************