diff --git a/webinstall/installUtil.js b/webinstall/installUtil.js index 330310a..c737d42 100644 --- a/webinstall/installUtil.js +++ b/webinstall/installUtil.js @@ -213,9 +213,9 @@ class ESPInstaller{ flashFreq: "keep", eraseAll: false, compress: true, - reportProgress: (fileIndex, written, total)=>{ + /*reportProgress: (fileIndex, written, total)=>{ this.espLoaderTerminal.writeLine(`file ${fileIndex}: ${written}/${total}`); - } + }*/ } ) await this.resetTransport();