Skip to content

Commit c57b788

Browse files
committed
disable simple UI for e2e tests
1 parent 89157fb commit c57b788

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
@@ -2038,7 +2038,8 @@ build_flags = ${esp32_4MB_V4_S_base.build_flags}
20382038
-D WLED_USE_ETHERNET
20392039
-D WLED_DISABLE_ESPNOW ;; ESP-NOW requires wifi, may crash with ethernet only
20402040
;; -D WLED_DISABLE_OTA ;; should work
2041-
-D WLED_ENABLE_PIXELFORGE -D WLED_ENABLE_SIMPLE_UI
2041+
-D WLED_ENABLE_PIXELFORGE
2042+
;; -D WLED_ENABLE_SIMPLE_UI ;; simple UI causes unexpected responses.
20422043
-D WLED_DISABLE_ADALIGHT ;; WLEDMM Better to disable serial protocols, to avoid crashes (see upstream #3128)
20432044
;; CONFIG_ETH_USE_OPENETH=1 exposes the esp_eth_mac_new_openeth() declaration in esp_eth_mac.h.
20442045
;; The actual implementation is provided by the vendored openeth_mac library (lib/openeth_mac/).

0 commit comments

Comments
 (0)