-
-
{#if data.meta.update.ota && !data.meta.target.endsWith("m0")}
{@const buttonError = error || (!success && isCorrectDevice === false)}
@@ -237,87 +228,92 @@
{/if}
-
Manual Update
+
{/if}
- {#if isCorrectDevice === false}
-
- These files are incompatible with your device
-
- {/if}
-
-
-
- -
-
- your device
- {#if step >= 1}
- check_circle
- {/if}
-
-
- -
- Make a
- {#if step >= 2}
- check_circle
- {/if}
-
-
- -
- Reboot to
- {#if step >= 3}
- check_circle
- {/if}
-
-
- -
- Replace
- on the new drive
- {#if step >= 4}
- check_circle
- {/if}
-
-
-
-
- {#if data.meta.update.esptool}
-
- Factory Flash (WIP)
-
- If everything else fails, you can go through the same process that is
- being used in the factory.
-
-
- This will temporarily brick your device if the process is not done
- completely or incorrectly.
-
-
-