Skip to content

Commit

Permalink
fix: timeout error on connecting
Browse files Browse the repository at this point in the history
  • Loading branch information
domagojk authored and igrr committed Jan 12, 2023
1 parent 0666266 commit b27ffcc
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/esploader.ts
Original file line number Diff line number Diff line change
Expand Up @@ -353,7 +353,6 @@ export class ESPLoader {
}
this.write_char("\n");
this.write_char("\r");
await this.flush_input();

if (!detecting) {
const chip_magic_value = (await this.read_reg(0x40001000)) >>> 0;
Expand Down

0 comments on commit b27ffcc

Please sign in to comment.