mirror of
https://github.com/iNavFlight/inav.git
synced 2025-07-25 17:25:18 +03:00
Merge pull request #1096 from martinbudden/inav_pg23_navConfig
Added navConfig and positionEstimationConfig parameter groups
This commit is contained in:
commit
0b5b93b770
18 changed files with 377 additions and 418 deletions
|
@ -1300,7 +1300,7 @@ static mspResult_e mspFcProcessInCommand(uint8_t cmdMSP, sbuf_t *src)
|
|||
}
|
||||
schedulePidGainsUpdate();
|
||||
#if defined(NAV)
|
||||
navigationUsePIDs(¤tProfile->pidProfile);
|
||||
navigationUsePIDs();
|
||||
#endif
|
||||
break;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue