We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8e6d565 commit d69ec6eCopy full SHA for d69ec6e
1 file changed
ESP-ValveControl/README.md
@@ -40,6 +40,7 @@ As usual, it contains the **setup()** and the main **loop()** blocs.
40
You can append the commands and parameters to the URI, e.g. <br>
41
``` http://192.168.2.108/move?vz=1&set_pos=25&max_mA=50 ``` <br>
42
``` http://192.168.2.108/home?vz=1&max_mA=35 ``` <br>
43
+ ``` http://192.168.2.108/bootload?hexfile=/ValveControl_v0.8.2.hex ``` <br>
44
45
#### loop
46
- Process request handler and execute commands from UI
0 commit comments