mirror of
https://github.com/espressif/esp-idf.git
synced 2025-08-09 20:41:14 +00:00
esp-mesh: Added example showing internal IP capable mesh network
This commit is contained in:
@@ -224,8 +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_AP, /**< IP network mesh communication of node's AP inteface */
|
||||
MESH_PROTO_STA, /**< IP network mesh communication of node's STA inteface */
|
||||
} mesh_proto_t;
|
||||
|
||||
/**
|
||||
|
Reference in New Issue
Block a user