[feat] Add esptool logs to install web dialog
This adds the output of the esptool logs to the installer dialog
https://github.com/user-attachments/assets/20da1bfe-d997-40ca-bce4-0415415a7ced
@balloob could we get that merged?
@ximex it would need some more review
Yeah there's still some polish needed here. Hoping to take another look at this soon.
Can you remove the progress bar? Just entirely reuse the same log window "wireless" flashing uses?
Also, when flashing is done, start serial log immediately so we can catch the first boot after flashing.
Can you remove the progress bar?
I think it still makes sense to have this as a "user friendly" / less technical option.
Just entirely reuse the same log window "wireless" flashing uses?
I'm not sure if there's a good way to hand off the in progress serial log from the normal install dialog to the logs dialog. I'll try to see what's possible.
Also, when flashing is done, start serial log immediately so we can catch the first boot after flashing.
I'm not sure if esptool.js supports this, but I'll also try to see what's possible here.