7.5.0
github-actions
released this
12 Apr 17:56
·
188 commits
to refs/heads/main
since this release
What's Changed
const button = document.querySelector('esp-web-install-button');
button.overrides = {
checkSameFirmwareVersion(manifest, improvInfo) {
const manifestFirmware = manifest.name.toLowerCase();
const deviceFirmware = improvInfo.firmware.toLowerCase();
return manifestFirmware.includes(deviceFirmware);
}
};