mirror of
https://github.com/betaflight/betaflight.git
synced 2025-07-19 14:25:20 +03:00
since erasing only needed pages appears to be working correctly, removing it from experimental
This commit is contained in:
parent
b47892eca1
commit
8d67811644
1 changed files with 0 additions and 1 deletions
|
@ -399,7 +399,6 @@ STM32_protocol.prototype.upload_procedure = function(step) {
|
||||||
GUI.log('Erasing ...');
|
GUI.log('Erasing ...');
|
||||||
|
|
||||||
if (!$('input.erase_chip').is(':checked')) {
|
if (!$('input.erase_chip').is(':checked')) {
|
||||||
// EXPERIMENTAL
|
|
||||||
console.log('Executing local erase (only needed pages)');
|
console.log('Executing local erase (only needed pages)');
|
||||||
|
|
||||||
self.send([self.command.erase, 0xBC], 1, function(reply) { // 0x43 ^ 0xFF
|
self.send([self.command.erase, 0xBC], 1, function(reply) { // 0x43 ^ 0xFF
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue