Skip to content

Commit 4beb79b

Browse files
committed
(experimental) enable open_eth for esp-idf
1 parent 9bda207 commit 4beb79b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

platformio.ini

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1860,6 +1860,7 @@ build_flags = ${esp32_4MB_V4_M_base.build_flags}
18601860
-DDEBUG -D WLED_DEBUG -DWLED_DEBUG_JSON ;; -DWLED_DEBUG_FS ;; max WLED debugging output
18611861
-D WLED_USE_ETHERNET
18621862
-D WLED_DISABLE_ESPNOW ;; ESP-NOW requires wifi, may crash with ethernet only
1863+
-D CONFIG_ETH_USE_OPENETH ;; enable open_eth support
18631864
-D WLED_ETH_DEFAULT=2 ;; ESP32-POE board configuration (works with QEMU open_eth)
18641865
;; Static IP for QEMU testing - user-mode networking provides DHCP at 10.0.2.0/24
18651866
;; If DHCP fails, uncomment these lines to use static IP:

0 commit comments

Comments
 (0)