mirror of
https://github.com/MeshEnvy/mesh-forge.git
synced 2026-08-08 09:53:01 +02:00
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:
@@ -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 bundle—only an update. Typical reasons: an older download, a
|
||||
build that did not include a factory image, or firmware not produced by this app’s usual ESP32 flow.
|
||||
Full device reset is not available for this bundle—only an update. Typical reasons: an older download, or a
|
||||
build that did not include a factory image.
|
||||
</p>
|
||||
) : null}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user