esp8266httpupdateserver progress bar (of sorts)? #8157
Unanswered
cmdrscotty
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
(apologies if this isn't the right place to ask this).
With the esp8266HTTPUpdateServer.h library, I see that it does have steps to write to Serial when it's updating, and I can see where in the code it runs instructions to loop until it's done updating (writes '.' to Serial until it's done updating).
I'm coming up short on how to get that to update a variable in my sketch so that I can act upon that (like increment a progress bar or display).
edit: for clarification, it's more specifcially in ESP8266HTTPupdateServer-impl.h around line 115:
Beta Was this translation helpful? Give feedback.
All reactions