File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed
Expand file tree Collapse file tree 1 file changed +3
-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# 3be52a82595a96bd923df27f1ef9faada3ed4513
267+ https://github.com/troyhacks/ETHClass2.git# 227ed2048e232a8a373ee345e22514626a159e0a
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
@@ -467,7 +467,8 @@ platform_packages = ${esp32.platform_packagesTasmota}
467467
468468build_unflags = ${common.build_unflags}
469469build_flags = -g
470- -Wshadow =compatible-local ; ; emit warning in case a local variable "shadows" another local one
470+ ; -Wshadow=compatible-local ;; emit warning in case a local variable "shadows" another local one
471+ -Wno-shadow ; ; quiet, HUB75
471472 -DARDUINO_ARCH_ESP32 -DESP32
472473 # -DCONFIG_LITTLEFS_FOR_IDF_3_2
473474 -D CONFIG_ASYNC_TCP_USE_WDT =0
You can’t perform that action at this time.
0 commit comments