diff --git a/docs/firmware/install-web-flasher.md b/docs/firmware/install-web-flasher.md index 6cbed04..22feab3 100644 --- a/docs/firmware/install-web-flasher.md +++ b/docs/firmware/install-web-flasher.md @@ -117,7 +117,7 @@ Device not detected, driver issues, or nothing happens after flashing? See the [ ## Erase the board completely (advanced) -Wipe the ESP32 back to a blank chip with **no firmware at all**. This is different from **Install** above (which erases *and* reinstalls) — use this only if you want to repurpose the board for something else, or hand it off blank. +Wipe the ESP32 back to a blank chip with **no firmware at all**. This is different from **Install** above (which erases *and reinstalls*) — use this only if you want to repurpose the board for something else, or hand it off blank.
@@ -409,7 +409,6 @@ Wipe the ESP32 back to a blank chip with **no firmware at all**. This is differe if (r.prerelease && rcCount >= RC_KEEP_COUNT) continue; if (!r.prerelease && stableCount >= STABLE_KEEP_COUNT) continue; if (!(await hasManifest(r.tag_name))) continue; - available.push(r); if (r.prerelease) rcCount++; else stableCount++; @@ -445,178 +444,91 @@ Wipe the ESP32 back to a blank chip with **no firmware at all**. This is differe