File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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 >
You can’t perform that action at this time.
0 commit comments