mirror of
https://github.com/betaflight/betaflight.git
synced 2025-07-19 06:15:16 +03:00
SPRacingF3 - Enable Blackbox feature and use on-board flash by default.
Ensures that every maiden flight is logged unless user specifically disables blackbox logging.
This commit is contained in:
parent
ee1d5a9a38
commit
62e2b557b5
1 changed files with 5 additions and 0 deletions
|
@ -512,7 +512,12 @@ static void resetConf(void)
|
|||
#endif
|
||||
|
||||
#ifdef BLACKBOX
|
||||
#ifdef SPRACINGF3
|
||||
featureSet(FEATURE_BLACKBOX);
|
||||
masterConfig.blackbox_device = 1;
|
||||
#else
|
||||
masterConfig.blackbox_device = 0;
|
||||
#endif
|
||||
masterConfig.blackbox_rate_num = 1;
|
||||
masterConfig.blackbox_rate_denom = 1;
|
||||
#endif
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue