File tree Expand file tree Collapse file tree 2 files changed +5
-3
lines changed
libraries/ESP8266WiFiMesh/examples/HelloMesh Expand file tree Collapse file tree 2 files changed +5
-3
lines changed Original file line number Diff line number Diff line change 4
4
- linux
5
5
6
6
script :
7
- - wget http ://downloads .arduino.cc/arduino-1.6.5 -linux64.tar.xz
8
- - tar xf arduino-1.6.5-linux64 .tar.xz
9
- - mv arduino-1.6.5 $HOME/arduino_ide
7
+ - wget -O arduino.tar.xz https ://www .arduino.cc/download.php?f=/ arduino-nightly -linux64.tar.xz
8
+ - tar xf arduino.tar.xz
9
+ - mv arduino-nightly $HOME/arduino_ide
10
10
- cd $HOME/arduino_ide/hardware
11
11
- mkdir esp8266com
12
12
- cd esp8266com
Original file line number Diff line number Diff line change 4
4
unsigned int request_i = 0 ;
5
5
unsigned int response_i = 0 ;
6
6
7
+ String manageRequest (String request);
8
+
7
9
/* Create the mesh node object */
8
10
ESP8266WiFiMesh mesh_node = ESP8266WiFiMesh(ESP.getChipId(), manageRequest);
9
11
You can’t perform that action at this time.
0 commit comments