remove additional progress from webinstaller
This commit is contained in:
parent
c1e8848f25
commit
c49cda2e57
|
@ -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();
|
||||
|
|
Loading…
Reference in New Issue