소스 검색

Tweak failed init text (#15)

Paulus Schoutsen 4 년 전
부모
커밋
56a0352039
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      src/flash.ts

+ 1 - 1
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();