mirror of
https://github.com/esphome/esp-web-tools.git
synced 2025-07-28 14:16:41 +00:00
Tweak failed init text (#15)
This commit is contained in:
parent
f1718188b7
commit
56a0352039
@ -52,7 +52,7 @@ export const flash = async (
|
|||||||
fireStateEvent({
|
fireStateEvent({
|
||||||
state: State.ERROR,
|
state: State.ERROR,
|
||||||
message:
|
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 },
|
details: { error: FlashError.FAILED_INITIALIZING, details: err },
|
||||||
});
|
});
|
||||||
await esploader.disconnect();
|
await esploader.disconnect();
|
||||||
|
Loading…
x
Reference in New Issue
Block a user