We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent be2e5a6 commit 89157fbCopy full SHA for 89157fb
1 file changed
platformio.ini
@@ -2037,7 +2037,8 @@ build_flags = ${esp32_4MB_V4_S_base.build_flags}
2037
-D WLED_DISABLE_BROWNOUT_DET -D WLED_WATCHDOG_TIMEOUT=0
2038
-D WLED_USE_ETHERNET
2039
-D WLED_DISABLE_ESPNOW ;; ESP-NOW requires wifi, may crash with ethernet only
2040
- -D WLED_DISABLE_OTA
+ ;; -D WLED_DISABLE_OTA ;; should work
2041
+ -D WLED_ENABLE_PIXELFORGE -D WLED_ENABLE_SIMPLE_UI
2042
-D WLED_DISABLE_ADALIGHT ;; WLEDMM Better to disable serial protocols, to avoid crashes (see upstream #3128)
2043
;; CONFIG_ETH_USE_OPENETH=1 exposes the esp_eth_mac_new_openeth() declaration in esp_eth_mac.h.
2044
;; The actual implementation is provided by the vendored openeth_mac library (lib/openeth_mac/).
0 commit comments