New ESP8266HTTPUpdate feature #8967
Replies: 3 comments
-
@Links2004 What do you think? I've seen you as an author of ESP8266HTTPUpdate ... |
Beta Was this translation helpful? Give feedback.
-
A pull request with point 1 should be quickly merged. |
Beta Was this translation helpful? Give feedback.
-
@d-a-v Ok, this is good news. I'll update my code (currently implemented option 2) and update the documentation http-server |
Beta Was this translation helpful? Give feedback.
-
Hi,
I like to add a new feature to ESP8266HTTPUpdate called "getAvailableVersion". It queries the server and returns the available firmware version on the update server. IMHO there are two possibilities to achieve this:
Unfortunately this does not work without modifying ESP8266httpUpdate.h
as I need
_httpClientTimeout
and_followRedirects
protected that I can use it in the inherited class as follows:Which solution do you prefer (and what kind of PR should I make)?
Beta Was this translation helpful? Give feedback.
All reactions