Skip to content

Commit

Permalink
add warning to use python flasher for v1
Browse files Browse the repository at this point in the history
  • Loading branch information
spiceywasabi committed Nov 30, 2024
1 parent a5ea612 commit 8f0af29
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion js/esptool.js
Original file line number Diff line number Diff line change
Expand Up @@ -268,7 +268,7 @@ class EspLoader {
return value["chipId"]
}
}
throw("Unable to detect Chip");
throw("Unable to detect Chip. If you are using a v1 Programmer please use the Python Flasher for now!");
}

/**
Expand Down

0 comments on commit 8f0af29

Please sign in to comment.