Skip to content

Commit 88a20ae

Browse files
committed
Make compatible with arduino-builder
1 parent 030faff commit 88a20ae

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

libraries/ESP8266WiFiMesh/examples/HelloMesh/HelloMesh.ino

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@
44
unsigned int request_i = 0;
55
unsigned int response_i = 0;
66

7+
String manageRequest(String request);
8+
79
/* Create the mesh node object */
810
ESP8266WiFiMesh mesh_node = ESP8266WiFiMesh(ESP.getChipId(), manageRequest);
911

0 commit comments

Comments
 (0)