mirror of
https://github.com/betaflight/betaflight.git
synced 2025-07-26 17:55:30 +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;
|
autoTuneWasUsed = true;
|
||||||
} else {
|
} else {
|
||||||
if (havePidsBeenUpdatedByAutotune()) {
|
if (havePidsBeenUpdatedByAutotune()) {
|
||||||
//writeEEPROM();
|
saveAndReloadCurrentProfileToCurrentProfileSlot();
|
||||||
blinkLedAndSoundBeeper(5, 50, 1);
|
|
||||||
autotuneReset();
|
autotuneReset();
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue