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 44 - linux
55
66script :
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
1010 - cd $HOME/arduino_ide/hardware
1111 - mkdir esp8266com
1212 - cd esp8266com
Original file line number Diff line number Diff line change 44unsigned int request_i = 0 ;
55unsigned int response_i = 0 ;
66
7+ String manageRequest (String request);
8+
79/* Create the mesh node object */
810ESP8266WiFiMesh mesh_node = ESP8266WiFiMesh(ESP.getChipId(), manageRequest);
911
You can’t perform that action at this time.
0 commit comments