Skip to content

Commit

Permalink
ctrl-c before reset
Browse files Browse the repository at this point in the history
  • Loading branch information
gfwilliams committed Sep 20, 2024
1 parent b0aa56d commit 1c0a490
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/uartUploadZIP.html
Original file line number Diff line number Diff line change
Expand Up @@ -141,7 +141,7 @@
if (UART.getConnection()) {
uploadZIP();
} else {
UART.write("reset()\n", function() { // or connect
UART.write("\x03\x03reset()\n", function() { // or connect
uploadZIP();
});
}
Expand Down

0 comments on commit 1c0a490

Please sign in to comment.