1
0
mirror of https://github.com/esp8266/Arduino.git synced 2025-04-19 23:22:16 +03:00

Make compatible with arduino-builder

This commit is contained in:
Ivan Grokhotkov 2016-02-15 13:56:03 +03:00
parent 030faff748
commit 88a20ae41a

View File

@ -4,6 +4,8 @@
unsigned int request_i = 0; unsigned int request_i = 0;
unsigned int response_i = 0; unsigned int response_i = 0;
String manageRequest(String request);
/* Create the mesh node object */ /* Create the mesh node object */
ESP8266WiFiMesh mesh_node = ESP8266WiFiMesh(ESP.getChipId(), manageRequest); ESP8266WiFiMesh mesh_node = ESP8266WiFiMesh(ESP.getChipId(), manageRequest);