Преглед на файлове

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