mirror of
https://github.com/betaflight/betaflight.git
synced 2025-07-15 12:25:20 +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.mixerConfiguration = MULTITYPE_QUADX;
|
||||
featureClearAll();
|
||||
#ifdef CJMCU
|
||||
#if defined(CJMCU) || defined(SPARKY)
|
||||
featureSet(FEATURE_RX_PPM);
|
||||
#endif
|
||||
featureSet(FEATURE_VBAT);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue