mirror of
https://github.com/betaflight/betaflight.git
synced 2025-07-24 16:55:36 +03:00
Fixed dumping of profile values in CLI.
This commit is contained in:
parent
c0d25b1296
commit
532e8afe61
6 changed files with 78 additions and 48 deletions
|
@ -250,8 +250,6 @@ void init(void)
|
|||
|
||||
if (!readSuccess || !isEEPROMVersionValid() || strncasecmp(systemConfig()->boardIdentifier, TARGET_BOARD_IDENTIFIER, sizeof(TARGET_BOARD_IDENTIFIER))) {
|
||||
resetEEPROM();
|
||||
|
||||
activateConfig();
|
||||
}
|
||||
|
||||
systemState |= SYSTEM_STATE_CONFIG_LOADED;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue