Skip to content

Commit 13e823d

Browse files
committed
More testing
1 parent 3ee6d34 commit 13e823d

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

platformio.ini

Lines changed: 3 additions & 2 deletions
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#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

468468
build_unflags = ${common.build_unflags}
469469
build_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

0 commit comments

Comments
 (0)