mirror of
https://github.com/espressif/esp-idf.git
synced 2025-11-26 20:53:11 +00:00
esp-netif: Enable easier configuration of custom DHCP server address
This commit is contained in:
@@ -224,6 +224,8 @@ typedef enum {
|
||||
MESH_PROTO_HTTP, /**< HTTP protocol */
|
||||
MESH_PROTO_JSON, /**< JSON format */
|
||||
MESH_PROTO_MQTT, /**< MQTT protocol */
|
||||
MESH_PROTO_AP,
|
||||
MESH_PROTO_STA,
|
||||
} mesh_proto_t;
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user