Skip to content

Commit d6f7884

Browse files
committed
Web flasher: add Erase info hint
1 parent caa8df6 commit d6f7884

1 file changed

Lines changed: 16 additions & 0 deletions

File tree

docs/janos_flash.html

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -167,6 +167,17 @@
167167
color: var(--muted);
168168
font-size: 14px;
169169
}
170+
.hint {
171+
margin-top: 10px;
172+
color: var(--muted);
173+
font-size: 12.5px;
174+
line-height: 1.45;
175+
padding: 10px 12px;
176+
border-radius: 12px;
177+
border: 1px solid rgba(255,255,255,0.10);
178+
background: rgba(255,255,255,0.02);
179+
}
180+
.hint strong { color: var(--text); }
170181
.pill {
171182
display: inline-flex;
172183
align-items: center;
@@ -289,6 +300,11 @@ <h2>Control</h2>
289300
<span id="chipText" class="pill" style="display:none;"></span>
290301
<span id="manifestText" class="pill" style="display:none;"></span>
291302
</div>
303+
<div class="hint">
304+
<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.
306+
Note: it wipes anything stored in flash (including NVS settings like Wi-Fi creds/config).
307+
</div>
292308
<div class="progress" aria-label="Flash progress">
293309
<span id="progressBar"></span>
294310
</div>

0 commit comments

Comments
 (0)