1
0
Fork 0
mirror of https://github.com/betaflight/betaflight.git synced 2025-07-23 16:25:31 +03:00

Fixed rxfail and rxrange CLI commands

This commit is contained in:
DieHertz 2017-03-16 18:14:22 +03:00
parent dcecf9dc67
commit 0b100bf167
7 changed files with 43 additions and 43 deletions

View file

@ -1057,8 +1057,6 @@ void changePidProfile(uint8_t pidProfileIndex)
}
systemConfigMutable()->pidProfileIndex = pidProfileIndex;
currentPidProfile = pidProfilesMutable(pidProfileIndex);
writeEEPROM();
readEEPROM();
beeperConfirmationBeeps(pidProfileIndex + 1);
}