npm run build

npm run build
comment added in platformio.ini
This commit is contained in:
Frank
2023-05-25 22:13:41 +02:00
parent df26430e42
commit e2eb3e8ab4
7 changed files with 3610 additions and 3658 deletions

View File

@@ -1334,6 +1334,7 @@ build_flags = ${esp32_4MB_V4_S_base.build_flags}
;; enable the next line together with "-Os" in build_unflags (unfortunately --> 104.0%% Flash)
;;-O2 -fno-jump-tables -fno-tree-switch-conversion -Wwrite-strings -fstrict-volatile-bitfields
-DBOARD_HAS_PSRAM -D WLED_USE_PSRAM_JSON ;; -D WLED_USE_PSRAM ;; WLED_USE_PSRAM causes major slow-down (slow LEDs) on some ESP32 boards
;;-D CONFIG_ESP32_REV_MIN=3 ;; disables PSRAM bug workarounds in the core, reducing the code size and improving overall performance.
-D WLED_RELEASE_NAME=esp32_4MB_PSRAM_REV3_S
-D WLED_WATCHDOG_TIMEOUT=0 #-D WLED_DISABLE_BROWNOUT_DET
-D ARDUINO_USB_CDC_ON_BOOT=0 ; needed for arduino-esp32 >=2.0.4; avoids errors on startup