Skip to content

Commit 37620e4

Browse files
committed
Testing
1 parent 040c1a5 commit 37620e4

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

platformio.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -264,7 +264,7 @@ lib_deps =
264264
https://github.com/Aircoookie/ESPAsyncWebServer.git#v2.4.2
265265
bitbank2/AnimatedGIF@^1.4.7
266266
https://github.com/Aircoookie/GifDecoder.git#bc3af189b6b1e06946569f6b4287f0b79a860f8e
267-
https://github.com/troyhacks/ETHClass2.git#227ed2048e232a8a373ee345e22514626a159e0a
267+
https://github.com/troyhacks/ETHClass2.git#a260165ec495738f7fecee3a3bfb573f2a281ed7
268268
#For use of the TTGO T-Display ESP32 Module with integrated TFT display uncomment the following line
269269
#TFT_eSPI
270270
#For compatible OLED display uncomment following

wled00/wled_ethernet.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ typedef struct EthernetSettings {
6262
int eth_clk_mode;
6363
} ethernet_settings;
6464
#define WLED_ETH_RSVD_PINS_COUNT 0
65-
extern managed_pin_type esp32_nonconfigurable_ethernet_pins[];
65+
extern managed_pin_type esp32_nonconfigurable_ethernet_pins[] = {};
6666
#endif
6767

6868
extern const ethernet_settings ethernetBoards[];

0 commit comments

Comments
 (0)