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 89157fb commit c57b788Copy full SHA for c57b788
1 file changed
platformio.ini
@@ -2038,7 +2038,8 @@ build_flags = ${esp32_4MB_V4_S_base.build_flags}
2038
-D WLED_USE_ETHERNET
2039
-D WLED_DISABLE_ESPNOW ;; ESP-NOW requires wifi, may crash with ethernet only
2040
;; -D WLED_DISABLE_OTA ;; should work
2041
- -D WLED_ENABLE_PIXELFORGE -D WLED_ENABLE_SIMPLE_UI
+ -D WLED_ENABLE_PIXELFORGE
2042
+ ;; -D WLED_ENABLE_SIMPLE_UI ;; simple UI causes unexpected responses.
2043
-D WLED_DISABLE_ADALIGHT ;; WLEDMM Better to disable serial protocols, to avoid crashes (see upstream #3128)
2044
;; CONFIG_ETH_USE_OPENETH=1 exposes the esp_eth_mac_new_openeth() declaration in esp_eth_mac.h.
2045
;; The actual implementation is provided by the vendored openeth_mac library (lib/openeth_mac/).
0 commit comments