mirror of
https://github.com/espressif/esp-protocols.git
synced 2025-08-03 20:54:37 +02:00
feat(examples): Support simple PPP connect in multinet example
This commit is contained in:
@@ -18,7 +18,7 @@
|
||||
struct iface_info_t {
|
||||
esp_netif_t *netif;
|
||||
esp_netif_dns_info_t dns[2];
|
||||
void (*teardown)(struct iface_info_t *);
|
||||
void (*destroy)(struct iface_info_t *);
|
||||
const char *name;
|
||||
bool connected;
|
||||
};
|
||||
|
Reference in New Issue
Block a user