{#if latestVersion && latestVersion != 'error'}

{$_('section.firmwareUpdater.latestVersion')}: {latestVersion} - {$_( 'section.firmwareUpdater.releaseDate' )}: {releaseDate} - {$_('section.firmwareUpdater.viewRelease')}
{#if isNewerVersionAvailable} {$_('section.firmwareUpdater.swUpdateAvailable')} - {$_('section.firmwareUpdater.autoUpdate')}. {:else} {$_('section.firmwareUpdater.swUpToDate')} {/if}

{:else if latestVersion == 'error'}

Error loading version, try again later.

{:else}

Loading...

{/if}
handleFileChange(e, (file) => (firmwareUploadFile = file))} name="update" class="form-control" accept=".bin" />
handleFileChange(e, (file) => (firmwareWebUiFile = file))} accept=".bin" />
{#if firmwareUploadProgress > 0} {$_('section.firmwareUpdater.uploading')}... {firmwareUploadProgress}% {/if} {#if firmwareUploadSuccess} {$_('section.firmwareUpdater.fileUploadSuccess', { values: { countdown: $countdown } })} {/if} {#if firmwareUploadError} {$_('section.firmwareUpdater.fileUploadFailed')} {/if} ⚠️ {$_('warning')}: {$_('section.firmwareUpdater.firmwareUpdateText')}