From dee61812e526984ddc0c9aa525a3bc8b6b38a4ef Mon Sep 17 00:00:00 2001 From: fvanroie <15969459+fvanroie@users.noreply.github.com> Date: Thu, 15 Oct 2020 23:13:02 +0200 Subject: [PATCH] Update platformio.ini Closes #11, omit the Ethernet library from the ESP12e environment. The W5x00 is used for network connectivity in STM32F4xx environments. --- platformio.ini | 1 - 1 file changed, 1 deletion(-) diff --git a/platformio.ini b/platformio.ini index 72778a08..0c5ca700 100644 --- a/platformio.ini +++ b/platformio.ini @@ -260,7 +260,6 @@ build_flags = ; -- Library options ------------------------------- lib_deps = ${env.lib_deps} - Ethernet@<2.0.0 ;***************************************************