1
0

0001-not-change-baud.patch 385 B

1234567891011
  1. --- node_modules/esptool-js/lib/esploader.js 2023-01-18 15:30:02
  2. +++ node_modules/esptool-js/lib/esploader.fixed.js 2023-01-18 15:31:47
  3. @@ -677,7 +677,7 @@
  4. await this.chip._post_connect(this);
  5. }
  6. await this.run_stub();
  7. - await this.change_baud();
  8. + // await this.change_baud();
  9. return chip;
  10. }
  11. parse_flash_size_arg(flsz) {