You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
<strong>Erase</strong> does a full flash erase <spanclass="mono">(esptool erase-flash)</span> before writing the images.
327
325
Only enable it when you have OTA partitions / old firmware and you see bootloops or slot errors.
328
326
This web flasher seeds both OTA slots by default by writing the app to <spanclass="mono">0x20000</span> and <spanclass="mono">0x410000</span>.
329
-
If the log shows <spanclass="mono">Flash ID: 0</span>or an MD5 mismatch, reconnect in ROM mode and retry at <spanclass="mono">115200</span>.
327
+
Web flashing is fixed to <spanclass="mono">115200</span>for reliability. Higher baud changes are currently unstable in <spanclass="mono">esptool-js</span> over WebSerial on some ESP32-C5 boards.
330
328
Note: it wipes anything stored in flash (including NVS settings like Wi-Fi creds/config).
331
329
</div>
332
330
<divclass="progress" aria-label="Flash progress">
@@ -389,11 +387,11 @@ <h2>Browser support</h2>
389
387
</div>
390
388
<footer>
391
389
Product of <ahref="https://github.com/C5Lab/projectZero/">C5Lab/projectZero</a> -
0 commit comments