From 56a0352039e85a4fb44045b23d34f9cc162a5069 Mon Sep 17 00:00:00 2001 From: Paulus Schoutsen Date: Tue, 15 Jun 2021 01:14:49 -0700 Subject: [PATCH] Tweak failed init text (#15) --- src/flash.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/flash.ts b/src/flash.ts index 829969d..19898dc 100644 --- a/src/flash.ts +++ b/src/flash.ts @@ -52,7 +52,7 @@ export const flash = async ( fireStateEvent({ state: State.ERROR, message: - "Failed to initialize. Try resetting your device or holding the BOOT button before clicking connect.", + "Failed to initialize. Try resetting your device or holding the BOOT button while selecting your serial port.", details: { error: FlashError.FAILED_INITIALIZING, details: err }, }); await esploader.disconnect();