dashboard icon indicating copy to clipboard operation
dashboard copied to clipboard

[feat] Add esptool logs to install web dialog

Open pzich opened this issue 11 months ago • 5 comments

This adds the output of the esptool logs to the installer dialog

https://github.com/user-attachments/assets/20da1bfe-d997-40ca-bce4-0415415a7ced

pzich avatar Jan 15 '25 07:01 pzich

@balloob could we get that merged?

ximex avatar May 05 '25 13:05 ximex

@ximex it would need some more review

balloob avatar May 05 '25 16:05 balloob

Yeah there's still some polish needed here. Hoping to take another look at this soon.

pzich avatar May 05 '25 19:05 pzich

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.

Gunni avatar Sep 15 '25 20:09 Gunni

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.

pzich avatar Sep 19 '25 03:09 pzich