-
Notifications
You must be signed in to change notification settings - Fork 13.3k
ESP8266httpUpdate missing function for SPIFFS update #4761
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
@caverna I am not talking about ESP8266HTTPUpdateServer but about ESP8266httpUpdate which is updating firmware and SPIFFS from an external server. |
Yeah, I know, but look at this:
That could lead you to something, don't you think? |
@caverna maybe, thanks for the tip. But I already ended up to work with my own ESP to Server communication to verify if an update is required. |
Closed because I am implementing my own ESP to Server communication to check if update is required. |
ESP8266httpUpdate class offers
which allows to send some information to a server script (example->Advanced updater)
For SPIFFS update there is no corresponding function.
Or did I miss something?
The text was updated successfully, but these errors were encountered: