1234567891011 |
- --- node_modules/esptool-js/lib/esploader.js 2023-01-18 15:30:02
- +++ node_modules/esptool-js/lib/esploader.fixed.js 2023-01-18 15:31:47
- @@ -677,7 +677,7 @@
- await this.chip._post_connect(this);
- }
- await this.run_stub();
- - await this.change_baud();
- + // await this.change_baud();
- return chip;
- }
- parse_flash_size_arg(flsz) {
|