mirror of
https://github.com/betaflight/betaflight.git
synced 2025-07-15 20:35:33 +03:00
SPARKY - Use RX_PPM by default.
This commit is contained in:
parent
6a5ed737f7
commit
b3f74fb1a3
1 changed files with 1 additions and 1 deletions
|
@ -306,7 +306,7 @@ static void resetConf(void)
|
||||||
masterConfig.version = EEPROM_CONF_VERSION;
|
masterConfig.version = EEPROM_CONF_VERSION;
|
||||||
masterConfig.mixerConfiguration = MULTITYPE_QUADX;
|
masterConfig.mixerConfiguration = MULTITYPE_QUADX;
|
||||||
featureClearAll();
|
featureClearAll();
|
||||||
#ifdef CJMCU
|
#if defined(CJMCU) || defined(SPARKY)
|
||||||
featureSet(FEATURE_RX_PPM);
|
featureSet(FEATURE_RX_PPM);
|
||||||
#endif
|
#endif
|
||||||
featureSet(FEATURE_VBAT);
|
featureSet(FEATURE_VBAT);
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue