From 222b92d53660be8bd2530a772b66a1a2dd7b1f01 Mon Sep 17 00:00:00 2001 From: Andrey Klimov Date: Thu, 18 Oct 2018 21:05:00 +0300 Subject: [PATCH] [env:megaatmega2560] - correct Ethernet lib for wiz5100 --- platformio.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/platformio.ini b/platformio.ini index ae46696..da92ce9 100644 --- a/platformio.ini +++ b/platformio.ini @@ -112,7 +112,7 @@ lib_deps = https://github.com/anklimov/CmdArduino https://github.com/anklimov/ModbusMaster https://github.com/anklimov/DMXSerial - https://github.com/anklimov/Ethernet2 + https://github.com/anklimov/Ethernet https://github.com/PaulStoffregen/SPI.git https://github.com/knolleary/pubsubclient.git https://github.com/anklimov/Artnet.git