mirror of
https://github.com/esp8266/Arduino.git
synced 2025-06-13 13:01:55 +03:00
Extracted the WebUpdate example into a library.
This ESP8266HTTPUpdateServer can be instantiated and used more cleanly, it's also able to take or create an ESP8266WebServer to configure the events and /update handler. It's been made more robust by handling upload abort, which depends on fix provided for issue #833
This commit is contained in:
9
libraries/ESP8266HTTPUpdateServer/library.properties
Normal file
9
libraries/ESP8266HTTPUpdateServer/library.properties
Normal file
@ -0,0 +1,9 @@
|
||||
name=ESP8266HTTPUpdateServer
|
||||
version=1.0
|
||||
author=Ivan Grokhotkov, Miguel Ángel Ajo
|
||||
maintainer=Ivan Grokhtkov <ivan@esp8266.com>
|
||||
sentence=Simple HTTP Update server based on the ESP8266WebServer
|
||||
paragraph=The library accepts HTTP post requests to the /update url, and updates the ESP8266 firmware.
|
||||
category=Communication
|
||||
url=
|
||||
architectures=esp8266
|
Reference in New Issue
Block a user