mirror of
https://github.com/betaflight/betaflight.git
synced 2025-07-17 13:25:30 +03:00
SPRacingF3Mini - Change configuration defaults.
This commit is contained in:
parent
0ef8f08f10
commit
b030d494c8
1 changed files with 4 additions and 4 deletions
|
@ -300,7 +300,7 @@ void resetSerialConfig(serialConfig_t *serialConfig)
|
||||||
|
|
||||||
serialConfig->portConfigs[0].functionMask = FUNCTION_MSP;
|
serialConfig->portConfigs[0].functionMask = FUNCTION_MSP;
|
||||||
|
|
||||||
#ifdef CC3D
|
#if defined(CC3D) || defined(SPRACINGF3MINI)
|
||||||
// This allows MSP connection via USART & VCP so the board can be reconfigured.
|
// This allows MSP connection via USART & VCP so the board can be reconfigured.
|
||||||
serialConfig->portConfigs[1].functionMask = FUNCTION_MSP;
|
serialConfig->portConfigs[1].functionMask = FUNCTION_MSP;
|
||||||
#endif
|
#endif
|
||||||
|
@ -388,9 +388,9 @@ static void resetConf(void)
|
||||||
featureSet(FEATURE_RX_PPM);
|
featureSet(FEATURE_RX_PPM);
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#if defined(SPRACINGF3MINI)
|
//#if defined(SPRACINGF3MINI)
|
||||||
featureSet(FEATURE_DISPLAY);
|
// featureSet(FEATURE_DISPLAY);
|
||||||
#endif
|
//#endif
|
||||||
|
|
||||||
#ifdef BOARD_HAS_VOLTAGE_DIVIDER
|
#ifdef BOARD_HAS_VOLTAGE_DIVIDER
|
||||||
// only enable the VBAT feature by default if the board has a voltage divider otherwise
|
// only enable the VBAT feature by default if the board has a voltage divider otherwise
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue