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:
parent
030faff748
commit
88a20ae41a
@ -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);
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user