1
0
mirror of https://github.com/thooge/esp32-nmea2000-obp60.git synced 2025-12-13 05:53:06 +01:00

remove additional progress from webinstaller

This commit is contained in:
andreas
2024-09-06 17:31:20 +02:00
parent c1e8848f25
commit c49cda2e57

View File

@@ -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();