# Slip client example

idf_component_register(
    SRCS "uarteth_main.c" "uarteth_modem.c"
    INCLUDE_DIRS "."
    REQUIRES esp_netif esp_eth nvs_flash driver
)
component_compile_options(-Wno-error=format= -Wno-format)
