From ea6e93be5ca290809a2df21d011631fbe630c410 Mon Sep 17 00:00:00 2001 From: gouthamsk98 Date: Thu, 14 Nov 2024 14:53:22 +0530 Subject: [PATCH] chore:build clean up --- src/flasherV2/loader_handler.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/flasherV2/loader_handler.ts b/src/flasherV2/loader_handler.ts index 96f895d..6e81b89 100644 --- a/src/flasherV2/loader_handler.ts +++ b/src/flasherV2/loader_handler.ts @@ -272,7 +272,7 @@ export class MSPLoaderV2 extends SerialTransport { async read_memory() { if (!this.conn_established) await this.establish_conn(); await this.esp_oled_print("Reading...", OLEDPOS.ALIGN_BOTTOM_LEFT, 0, 0); - let address = this.FLASH_START_ADDRESS; + // let address = this.FLASH_START_ADDRESS; // const cmd: BSLCommand = { // type: "ProgramData", // start_address: address,