WebUpdater documentation updated.
This commit is contained in:
parent
f33a9f098e
commit
2a5097b9fd
1 changed files with 5 additions and 4 deletions
|
@ -1,7 +1,8 @@
|
|||
/*
|
||||
To upload through terminal you can use: curl -F "image=@firmware.bin" esp8266-webupdate.local/update
|
||||
|
||||
Windows: C:\Users\<your username>\AppData\Local\Temp\arduino_build_<id>
|
||||
* To upload through terminal you can use: curl -F "image=@firmware.bin" http://<ip>/update
|
||||
*
|
||||
*
|
||||
* Windows: C:\Users\<your username>\AppData\Local\Temp\arduino_build_<id>
|
||||
*/
|
||||
|
||||
#include <ESP8266WiFi.h>
|
||||
|
|
Loading…
Reference in a new issue