File tree Expand file tree Collapse file tree 1 file changed +5
-3
lines changed
Expand file tree Collapse file tree 1 file changed +5
-3
lines changed Original file line number Diff line number Diff line change @@ -441,7 +441,8 @@ build_flagsV4 = -g
441441 ; -D WLEDMM_SLOWPATH ;; don't use I2S for LED bus
442442 ; -DARDUINO_USB_CDC_ON_BOOT=0 ;; mandatory for "classic ESP32" when building with arduino-esp32 >=2.0.3
443443 -D NO_GFX ; Disable the use of Adafruit_GFX by the HUB75 driver
444-
444+ -D BOARD_HAS_PSRAM
445+ -D WLED_USE_ETHERNET
445446; ;; V4.4.x libraries (without LOROL_LITTLEFS; with newer NeoPixelBus)
446447lib_depsV4 =
447448 esp32async/AsyncTCP @ 3.4.7
@@ -467,8 +468,9 @@ platform_packages = ${esp32.platform_packagesTasmota}
467468
468469build_unflags = ${common.build_unflags}
469470build_flags = -g
470- ; -Wshadow=compatible-local ;; emit warning in case a local variable "shadows" another local one
471- -Wno-shadow ; ; quiet, HUB75
471+ -D BOARD_HAS_PSRAM
472+ -D WLED_USE_ETHERNET
473+ -Wshadow =compatible-local ; ; emit warning in case a local variable "shadows" another local one
472474 -DARDUINO_ARCH_ESP32 -DESP32
473475 # -DCONFIG_LITTLEFS_FOR_IDF_3_2
474476 -D CONFIG_ASYNC_TCP_USE_WDT =0
You can’t perform that action at this time.
0 commit comments