Skip to content

Commit 89157fb

Browse files
committed
QEMU config update
- enable OTA page - enable simplified UI (optional) - enable PixelForge
1 parent be2e5a6 commit 89157fb

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

platformio.ini

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2037,7 +2037,8 @@ build_flags = ${esp32_4MB_V4_S_base.build_flags}
20372037
-D WLED_DISABLE_BROWNOUT_DET -D WLED_WATCHDOG_TIMEOUT=0
20382038
-D WLED_USE_ETHERNET
20392039
-D WLED_DISABLE_ESPNOW ;; ESP-NOW requires wifi, may crash with ethernet only
2040-
-D WLED_DISABLE_OTA
2040+
;; -D WLED_DISABLE_OTA ;; should work
2041+
-D WLED_ENABLE_PIXELFORGE -D WLED_ENABLE_SIMPLE_UI
20412042
-D WLED_DISABLE_ADALIGHT ;; WLEDMM Better to disable serial protocols, to avoid crashes (see upstream #3128)
20422043
;; CONFIG_ETH_USE_OPENETH=1 exposes the esp_eth_mac_new_openeth() declaration in esp_eth_mac.h.
20432044
;; The actual implementation is provided by the vendored openeth_mac library (lib/openeth_mac/).

0 commit comments

Comments
 (0)