Merge pull request #2149 from mikeller/remove_tinybeef3_default_features
Removed unsupported default features from TINYBEEF3 target.
This commit is contained in:
commit
b3c5980683
|
@ -173,7 +173,6 @@
|
|||
|
||||
#define DEFAULT_RX_FEATURE FEATURE_RX_PPM
|
||||
#ifdef TINYBEEF3
|
||||
#define DEFAULT_FEATURES (FEATURE_TRANSPONDER | FEATURE_BLACKBOX | FEATURE_RSSI_ADC | FEATURE_CURRENT_METER | FEATURE_TELEMETRY)
|
||||
#define BRUSHED_ESC_AUTODETECT
|
||||
#else
|
||||
#define DEFAULT_FEATURES FEATURE_BLACKBOX
|
||||
|
|
Loading…
Reference in New Issue