feat(esp_eth): added example to deinit Ethernet

This commit is contained in:
Ondrej Kosta
2024-04-23 16:49:51 +02:00
parent d15a9c2c48
commit 5e7cbdb4da
4 changed files with 88 additions and 19 deletions

View File

@@ -1,3 +1,3 @@
idf_component_register(SRCS "ethernet_init.c"
PRIV_REQUIRES driver esp_eth
PRIV_REQUIRES esp_driver_gpio esp_eth
INCLUDE_DIRS ".")