mirror of
https://github.com/betaflight/betaflight.git
synced 2025-07-21 15:25:36 +03:00
Removed support for profile handling in parameter groups.
This commit is contained in:
parent
2e4184dc6d
commit
774cae215c
6 changed files with 35 additions and 169 deletions
|
@ -312,14 +312,12 @@ uint16_t getCurrentMinthrottle(void)
|
|||
|
||||
void resetConfigs(void)
|
||||
{
|
||||
pgResetAll(MAX_PROFILE_COUNT);
|
||||
pgResetAll();
|
||||
|
||||
#if defined(TARGET_CONFIG)
|
||||
targetConfiguration();
|
||||
#endif
|
||||
|
||||
pgActivateProfile(0);
|
||||
|
||||
#ifndef USE_OSD_SLAVE
|
||||
setPidProfile(0);
|
||||
setControlRateProfile(0);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue