You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As someone who integrates espflash into my own software, it would be nice if I could display progress to users. I can do this with the cli feature, but only if my program runs in the command line. Currently, I can't do the same in a TUI/GUI app, for example.
It would be nice if I could pass some trait implementation to the flash functions, or the flasher object, that is responsible for doing anything necessary.
The text was updated successfully, but these errors were encountered:
As someone who integrates espflash into my own software, it would be nice if I could display progress to users. I can do this with the
cli
feature, but only if my program runs in the command line. Currently, I can't do the same in a TUI/GUI app, for example.It would be nice if I could pass some trait implementation to the flash functions, or the flasher object, that is responsible for doing anything necessary.
The text was updated successfully, but these errors were encountered: