-
-
Notifications
You must be signed in to change notification settings - Fork 63
[feat] Add esptool logs to install web dialog #707
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Conversation
@balloob could we get that merged? |
super.connectedCallback(); | ||
|
||
// this._console won't be defined until after the first paint | ||
setTimeout(() => { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
this.updateComplete
is a promise that resolves once update is complete. There is also an updated
callback.
@@ -148,7 +180,7 @@ export class ESPHomeInstallWebDialog extends LitElement { | |||
<div class="icon">${icon}</div> | |||
${label} | |||
</div> | |||
${showClose | |||
${showClose || true |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
dev?
@ximex it would need some more review |
Yeah there's still some polish needed here. Hoping to take another look at this soon.
|
This adds the output of the
esptool
logs to the installer dialogesptool-logs.mp4