-
Notifications
You must be signed in to change notification settings - Fork 49
Closed
Labels
Description
I know this is a known issue, but I'm wondering where things are at development-wise. Chris had mentioned the inability to update SPIFFS over the air.
There seem to be 2 OTA update libraries; ESP8266HTTPUpdateServer and ESP8266httpUpdate.
I see that https://github.com/esp8266/Arduino/tree/master/libraries/ESP8266httpUpdate/examples/httpUpdateSPIFFS allows a SPIFFs update, but it expects a URL to the update image, rather than a local file. Is local file upload a requirement?
Thanks,
-Eric