esp-mesh: Added example showing internal IP capable mesh network

This commit is contained in:
David Cermak
2020-02-13 15:51:24 +01:00
parent bcee69ae06
commit 9e58d94a42
13 changed files with 1275 additions and 2 deletions

View File

@@ -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;
/**