Refactor nRF flash plan logic to include fallback scanning for *.uf2 files when no manifest is present. Update EspFlasher component to clarify reasons for limited reset options in the UI.

This commit is contained in:
Ben Allfree
2026-04-10 22:27:59 -07:00
parent f14c848857
commit 2774d0ae4e
2 changed files with 39 additions and 16 deletions
+2 -2
View File
@@ -318,8 +318,8 @@ export default function EspFlasher({
{!hasFactorySection ? (
<p className="text-xs text-amber-300/90">
Full device reset is not available for this bundleonly an update. Typical reasons: an older download, a
build that did not include a factory image, or firmware not produced by this apps usual ESP32 flow.
Full device reset is not available for this bundleonly an update. Typical reasons: an older download, or a
build that did not include a factory image.
</p>
) : null}