From f959b8e744af0c0b008234dd926aa82e13366b45 Mon Sep 17 00:00:00 2001 From: Mathew Jacob <5201181+matjic@users.noreply.github.com> Date: Sun, 10 May 2026 23:32:58 -0500 Subject: [PATCH] recommend power adapter for port 2 in connect instructions Computer USB ports (including high-end laptops) don't always deliver reliable sustained power for flashing. Steer users to a dedicated power adapter and warn about the computer-port pitfall. --- src/app/Flash.jsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app/Flash.jsx b/src/app/Flash.jsx index 18a650b6..73baeb0d 100644 --- a/src/app/Flash.jsx +++ b/src/app/Flash.jsx @@ -456,7 +456,7 @@ function ConnectInstructions({ deviceType, onNext }) {