Skip to content

Commit 467dced

Browse files
authored
Update ESP01_UNO_Server.ino
1 parent 04dec78 commit 467dced

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

ESP01_UNO_Server.ino

+6
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,12 @@ http://192.168.4.1/?digitalwrite=pin;value
2727
http://192.168.4.1/?analogwrite=pin;value
2828
http://192.168.4.1/?digitalread=pin
2929
http://192.168.4.1/?analogread=pin
30+
31+
Control Page (http)
32+
Source
33+
https://github.com/fustyles/webduino/blob/master/ESP8266_MyFirmata.html
34+
Page
35+
https://fustyles.github.io/webduino/ESP8266_MyFirmata.html
3036
*/
3137

3238
String AP_SSID = "MyFirmata ESP01";

0 commit comments

Comments
 (0)