WebUpdater documentation updated.

This commit is contained in:
klaute 2018-06-24 12:01:58 +02:00
parent f33a9f098e
commit 2a5097b9fd

View file

@ -1,8 +1,9 @@
/*
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>
#include <WiFiClient.h>