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