mirror of
https://github.com/betaflight/betaflight.git
synced 2025-07-24 00:35:39 +03:00
Enable writing to EEPROM when using the autotune switch after landing.
This commit is contained in:
parent
4a23491d49
commit
695c6a0628
1 changed files with 1 additions and 2 deletions
3
src/mw.c
3
src/mw.c
|
@ -96,8 +96,7 @@ void updateAutotuneState(void)
|
|||
autoTuneWasUsed = true;
|
||||
} else {
|
||||
if (havePidsBeenUpdatedByAutotune()) {
|
||||
//writeEEPROM();
|
||||
blinkLedAndSoundBeeper(5, 50, 1);
|
||||
saveAndReloadCurrentProfileToCurrentProfileSlot();
|
||||
autotuneReset();
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue