1
0
mirror of https://github.com/esp8266/Arduino.git synced 2025-06-12 01:53:07 +03:00

make Update erase/write sector by sector as well

This commit is contained in:
John Doe
2015-07-04 01:20:33 +03:00
committed by Ivan Grokhotkov
parent 9d0a690421
commit 703ab8df64
2 changed files with 17 additions and 13 deletions

View File

@ -1,3 +1,7 @@
/*
To upload through terminal you can use: curl -F "image=@firmware.bin" esp8266-webupdate.local/update
*/
#include <ESP8266WiFi.h>
#include <WiFiClient.h>
#include <ESP8266WebServer.h>