New ESP8266HTTPUpdate feature #8967
Unanswered
hmueller01
asked this question in
Q&A
Replies: 3 comments
|
@Links2004 What do you think? I've seen you as an author of ESP8266HTTPUpdate ... |
0 replies
|
A pull request with point 1 should be quickly merged. |
0 replies
|
@d-a-v Ok, this is good news. I'll update my code (currently implemented option 2) and update the documentation http-server |
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
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
_httpClientTimeoutand_followRedirectsprotected that I can use it in the inherited class as follows:Which solution do you prefer (and what kind of PR should I make)?
All reactions