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 2dd31c6 commit ddd148eCopy full SHA for ddd148e
platformio.ini
@@ -1872,6 +1872,7 @@ build_flags = ${esp32_4MB_V4_S_base.build_flags}
1872
-D WLED_USE_ETHERNET
1873
-D WLED_DISABLE_ESPNOW ;; ESP-NOW requires wifi, may crash with ethernet only
1874
-D WLED_DISABLE_OTA
1875
+ -D WLED_DISABLE_ADALIGHT ;; WLEDMM Better to disable serial protocols, to avoid crashes (see upstream #3128)
1876
-D CONFIG_ETH_USE_OPENETH=y ;; enable open_eth support - not sure if this gets effective without re-building esp-idf ?
1877
-D WLED_ETH_DEFAULT=2 ;; ESP32-POE board configuration (works with QEMU open_eth)
1878
-D WLED_QEMU ;; Skip ethernet hardware initialization for QEMU compatibility
0 commit comments