From c49cda2e57734273df83760c7862e0c94b48809a Mon Sep 17 00:00:00 2001 From: andreas Date: Fri, 6 Sep 2024 17:31:20 +0200 Subject: [PATCH] remove additional progress from webinstaller --- webinstall/installUtil.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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();