Skip to content

Commit 80dcd3c

Browse files
committed
esp32_4MB_V4_Minimal only needs board_build.partitions
1 parent d85bfa8 commit 80dcd3c

File tree

1 file changed

+1
-22
lines changed

1 file changed

+1
-22
lines changed

platformio.ini

Lines changed: 1 addition & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -1576,29 +1576,8 @@ lib_deps = ${esp8266.lib_deps}
15761576

15771577
; compiled with ESP-IDF 4.4.1
15781578
[env:esp32_4MB_V4_Minimal]
1579-
extends = esp32_4MB_V4_S_base
1579+
extends = env:esp32_4MB_V4_S
15801580
board_build.partitions = tools/WLED_ESP32_4MB_1MB_FS.csv ;; WLED-AC compatibility
1581-
build_flags = ${esp32_4MB_V4_S_base.esp32_build_flags}
1582-
-D WLED_RELEASE_NAME=esp32_4MB_V4_Minimal
1583-
-D WLED_WATCHDOG_TIMEOUT=0 #-D WLED_DISABLE_BROWNOUT_DET
1584-
-D ARDUINO_USB_CDC_ON_BOOT=0 ; needed for arduino-esp32 >=2.0.4; avoids errors on startup
1585-
-D WLEDMM_FASTPATH ; WLEDMM experimental option. Reduces audio lag (latency), and allows for faster LED framerates. May break compatibility with previous versions.
1586-
-D WLED_DISABLE_LOXONE
1587-
-D WLED_DISABLE_ALEXA
1588-
; -D WLED_DISABLE_HUESYNC
1589-
; -D WLED_DISABLE_MQTT
1590-
-D WLED_DISABLE_INFRARED
1591-
; -D WLED_DEBUG
1592-
; -D SR_DEBUG
1593-
; -D MIC_LOGGER
1594-
; -D WLED_ENABLE_HUB75MATRIX
1595-
1596-
; -flto
1597-
; build_unflags = ${common.build_unflags} -fno-lto
1598-
1599-
lib_deps = ${esp32_4MB_V4_S_base.esp32_lib_deps}
1600-
lib_ignore = IRremoteESP8266 ; use with WLED_DISABLE_INFRARED for faster compilation
1601-
16021581
; RAM: [=== ] 28.4% (used 92984 bytes from 327680 bytes)
16031582
; Flash: [==========] 96.5% (used 1518009 bytes from 1572864 bytes)
16041583

0 commit comments

Comments
 (0)