Skip to content

Commit d9ffac6

Browse files
committed
Testing with fixes
1 parent 3fbc4d1 commit d9ffac6

File tree

2 files changed

+2
-4
lines changed

2 files changed

+2
-4
lines changed

platformio.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -265,7 +265,7 @@ lib_deps =
265265
https://github.com/Aircoookie/ESPAsyncWebServer.git#v2.4.2
266266
bitbank2/AnimatedGIF@^1.4.7
267267
https://github.com/Aircoookie/GifDecoder.git#bc3af189b6b1e06946569f6b4287f0b79a860f8e
268-
https://github.com/troyhacks/ETHClass2.git#7ee9aea1b7434a334034683a69f960550e39553b ;; 3699df3dd4be27eeeeac098ea0fb1c9d6e1a2345 ;; 3744ef20fdaa8d8c15597701fc3b5267757bee90
268+
https://github.com/troyhacks/ETHClass2.git#e61e6b0bd0976e345d58b55649953df69301cd6a ;; 7ee9aea1b7434a334034683a69f960550e39553b ;; 3699df3dd4be27eeeeac098ea0fb1c9d6e1a2345 ;; 3744ef20fdaa8d8c15597701fc3b5267757bee90
269269
#For use of the TTGO T-Display ESP32 Module with integrated TFT display uncomment the following line
270270
#TFT_eSPI
271271
#For compatible OLED display uncomment following

wled00/wled.h

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -112,10 +112,8 @@
112112
#else // ESP32
113113
#include <HardwareSerial.h> // ensure we have the correct "Serial" on new MCUs (depends on ARDUINO_USB_MODE and ARDUINO_USB_CDC_ON_BOOT)
114114
#include <WiFi.h>
115-
#if defined(CONFIG_ETH_SPI_ETHERNET_W5500) && !defined(ETHCLASS_WARNING_DONE)
116-
#define ETHCLASS_WARNING_DONE
115+
#if defined(CONFIG_ETH_SPI_ETHERNET_W5500)
117116
#include "ETHClass2.h"
118-
#warning Using the new ETHClass2 for this build as W5500 is available.
119117
#else
120118
#include <ETH.h>
121119
#endif

0 commit comments

Comments
 (0)