This commit is contained in:
Paulus Schoutsen 2024-06-03 23:38:20 -04:00
parent 6ae38b763e
commit d3a3d7103b

View File

@ -113,7 +113,7 @@ export class InstallButton extends HTMLElement {
}
function defineInstallButton() {
customElements.define("esp-tools-install-button", InstallButton);
customElements.define("esp-web-install-button", InstallButton);
}
async function polyfillWebSerial() {