mirror of
https://github.com/betaflight/betaflight.git
synced 2025-07-24 00:35:39 +03:00
Retain dynamic idle settings, reduce dependencies
This commit is contained in:
parent
2e7515dd60
commit
7b0b8ee35d
5 changed files with 23 additions and 25 deletions
|
@ -2846,6 +2846,7 @@ static mspResult_e mspProcessInCommand(mspDescriptor_t srcDesc, int16_t cmdMSP,
|
|||
#endif
|
||||
}
|
||||
pidInitConfig(currentPidProfile);
|
||||
mixerInitProfile();
|
||||
|
||||
break;
|
||||
case MSP_SET_SENSOR_CONFIG:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue