Skip to content

Commit 502bb4f

Browse files
authored
switch off Ethernet in IDF
1 parent 62b6f90 commit 502bb4f

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

examples/tasmota_platformio_override.ini

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,15 @@ lib_ignore = ${env:tasmota32_base.lib_ignore}
1515
Micro-RTSP
1616
epdiy
1717
custom_sdkconfig = https://raw.githubusercontent.com/pioarduino/sdkconfig/refs/heads/main/sdkconfig_tasmota_esp32
18+
'# CONFIG_ETH_ENABLED is not set'
19+
'# CONFIG_ETH_USE_ESP32_EMAC is not set'
20+
'# CONFIG_ETH_PHY_INTERFACE_RMII is not set'
21+
'# CONFIG_ETH_RMII_CLK_INPUT is not set'
22+
'# CONFIG_ETH_RMII_CLK_IN_GPIO is not set'
23+
'# CONFIG_ETH_USE_SPI_ETHERNET is not set'
24+
'# CONFIG_ETH_SPI_ETHERNET_DM9051 is not set'
25+
'# CONFIG_ETH_SPI_ETHERNET_W5500 is not set'
26+
'# CONFIG_ETH_SPI_ETHERNET_KSZ8851SNL is not set'
1827
custom_component_remove = espressif/esp_hosted
1928
espressif/esp_wifi_remote
2029
espressif/esp-dsp

0 commit comments

Comments
 (0)