We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 04dec78 commit 467dcedCopy full SHA for 467dced
ESP01_UNO_Server.ino
@@ -27,6 +27,12 @@ http://192.168.4.1/?digitalwrite=pin;value
27
http://192.168.4.1/?analogwrite=pin;value
28
http://192.168.4.1/?digitalread=pin
29
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
36
*/
37
38
String AP_SSID = "MyFirmata ESP01";
0 commit comments