UNPKG

441 BPlain TextView Raw
1--- node_modules/esptool-js/ESPLoader.js 2022-07-19 09:17:05.000000000 -0700
2+++ node_modules/esptool-js/ESPLoader.fixed.js 2022-07-19 09:19:04.000000000 -0700
3@@ -1,3 +1,4 @@
4+import pako from 'pako';
5 import {ESPError, TimeoutError} from "./error.js";
6
7 const MAGIC_TO_CHIP = {
8@@ -680,7 +681,7 @@
9
10 await this.run_stub();
11
12- await this.change_baud();
13+ // await this.change_baud();
14 return chip;
15 }
16