## IOT UART ETH Component `iot_uart_eth` is a UART ETH device driver for ESP32-S2/ESP32-S3/ESP32-P4. It acts as a UART host to connect ETH devices. Features: 1. Support hot-plug of ETH devices 2. Support auto-detection and connection of ETH devices ### Add component to your project Please use the component manager command `add-dependency` to add the `iot_uart_eth` to your project's dependency, during the `CMake` step the component will be downloaded automatically ``` idf.py add-dependency "espressif/iot_uart_eth=*" ```
idf.py add-dependency "lijunru-hub/iot_uart_eth^0.1.0"