Skip to content

Commit 32f939b

Browse files
committed
Web flasher: do not enable Erase by default
1 parent d6f7884 commit 32f939b

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

docs/janos_flash.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -282,7 +282,7 @@ <h2>Control</h2>
282282
<button id="connectBtn">Connect</button>
283283
<button id="flashBtn" class="ghost" disabled>Flash</button>
284284
<label class="check" title="Recommended for OTA partitions and clean flashing">
285-
<input id="eraseAll" type="checkbox" checked>
285+
<input id="eraseAll" type="checkbox">
286286
Erase
287287
</label>
288288
<select id="branchSelect" aria-label="Branch">
@@ -302,7 +302,7 @@ <h2>Control</h2>
302302
</div>
303303
<div class="hint">
304304
<strong>Erase</strong> does a full flash erase <span class="mono">(esptool erase-flash)</span> before writing the images.
305-
Use it when you have OTA partitions / old firmware and you see bootloops or slot errors.
305+
Only enable it when you have OTA partitions / old firmware and you see bootloops or slot errors.
306306
Note: it wipes anything stored in flash (including NVS settings like Wi-Fi creds/config).
307307
</div>
308308
<div class="progress" aria-label="Flash progress">

0 commit comments

Comments
 (0)