Skip to content

Commit

Permalink
chore:build clean up
Browse files Browse the repository at this point in the history
  • Loading branch information
gouthamsk98 committed Nov 14, 2024
1 parent d19ff9f commit ea6e93b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/flasherV2/loader_handler.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit ea6e93b

Please sign in to comment.