SPRacingF3Mini - Change configuration defaults.
This commit is contained in:
parent
0ef8f08f10
commit
b030d494c8
|
@ -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…
Reference in New Issue