Skip to content

Commit

Permalink
Merge pull request #31 from RushikeshPatange/minimal-launchpad/add_er…
Browse files Browse the repository at this point in the history
…ase_flash_functionality_call

Added Functional Call To erase_flash In Minimal Launchpad
  • Loading branch information
RushikeshPatange committed Oct 12, 2023
2 parents 3c67089 + 88218ae commit bbe70f4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions minimal-launchpad/minimal_ui_index.js
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,7 @@ async function downloadAndFlash() {
eraseAll: false,
compress: true,
};
await esploader.erase_flash();
await esploader.write_flash(flashOptions);
} catch (error) {
}
Expand Down

0 comments on commit bbe70f4

Please sign in to comment.