mirror of
https://github.com/espressif/esp-protocols.git
synced 2025-11-28 13:19:24 +01:00
feat(eppp): Add support for transport via Ethernet link
This commit is contained in:
@@ -63,6 +63,7 @@ typedef enum eppp_transport {
|
||||
EPPP_TRANSPORT_UART,
|
||||
EPPP_TRANSPORT_SPI,
|
||||
EPPP_TRANSPORT_SDIO,
|
||||
EPPP_TRANSPORT_ETHERNET,
|
||||
} eppp_transport_t;
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user