Skip to content

Commit d3dbec7

Browse files
committed
What happens if all boards have Ethernet enabled and PSRAM? Testing!
1 parent 13e823d commit d3dbec7

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

platformio.ini

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff 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)
446447
lib_depsV4 =
447448
esp32async/AsyncTCP @ 3.4.7
@@ -467,8 +468,9 @@ platform_packages = ${esp32.platform_packagesTasmota}
467468

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

0 commit comments

Comments
 (0)