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:
committed by
Ivan Grokhotkov
parent
9d0a690421
commit
703ab8df64
@ -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>
|
||||
|
Reference in New Issue
Block a user