File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff 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
Original file line number Diff line number Diff 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
6868extern const ethernet_settings ethernetBoards [];
You can’t perform that action at this time.
0 commit comments