mirror of
https://github.com/thooge/esp32-nmea2000-obp60.git
synced 2025-12-15 06:53:07 +01:00
remove additional progress from webinstaller
This commit is contained in:
@@ -213,9 +213,9 @@ class ESPInstaller{
|
|||||||
flashFreq: "keep",
|
flashFreq: "keep",
|
||||||
eraseAll: false,
|
eraseAll: false,
|
||||||
compress: true,
|
compress: true,
|
||||||
reportProgress: (fileIndex, written, total)=>{
|
/*reportProgress: (fileIndex, written, total)=>{
|
||||||
this.espLoaderTerminal.writeLine(`file ${fileIndex}: ${written}/${total}`);
|
this.espLoaderTerminal.writeLine(`file ${fileIndex}: ${written}/${total}`);
|
||||||
}
|
}*/
|
||||||
}
|
}
|
||||||
)
|
)
|
||||||
await this.resetTransport();
|
await this.resetTransport();
|
||||||
|
|||||||
Reference in New Issue
Block a user