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:
parent
dcecf9dc67
commit
0b100bf167
7 changed files with 43 additions and 43 deletions
|
@ -1057,8 +1057,6 @@ void changePidProfile(uint8_t pidProfileIndex)
|
|||
}
|
||||
systemConfigMutable()->pidProfileIndex = pidProfileIndex;
|
||||
currentPidProfile = pidProfilesMutable(pidProfileIndex);
|
||||
writeEEPROM();
|
||||
readEEPROM();
|
||||
beeperConfirmationBeeps(pidProfileIndex + 1);
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue