Skip to content

Commit

Permalink
Merge pull request #180 from nerdCopter/20200515_enable_full_chip_era…
Browse files Browse the repository at this point in the history
…se_default

20200515 enable full chip erase default
  • Loading branch information
nerdCopter authored May 16, 2020
2 parents e15f8a7 + 073d2d4 commit 786e0ed
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/js/tabs/firmware_flasher.js
Original file line number Diff line number Diff line change
Expand Up @@ -631,7 +631,7 @@ TABS.firmware_flasher.initialize = function (callback) {
if (result.erase_chip) {
$('input.erase_chip').prop('checked', true);
} else {
$('input.erase_chip').prop('checked', false);
$('input.erase_chip').prop('checked', true); //force true because people flashing without regard for new configs
}

$('input.erase_chip').change(function () {
Expand Down

0 comments on commit 786e0ed

Please sign in to comment.