Merge pull request #2149 from mikeller/remove_tinybeef3_default_features

Removed unsupported default features from TINYBEEF3 target.
This commit is contained in:
Michael Keller 2017-01-18 02:30:09 +13:00 committed by GitHub
commit b3c5980683
1 changed files with 0 additions and 1 deletions

View File

@ -173,7 +173,6 @@
#define DEFAULT_RX_FEATURE FEATURE_RX_PPM #define DEFAULT_RX_FEATURE FEATURE_RX_PPM
#ifdef TINYBEEF3 #ifdef TINYBEEF3
#define DEFAULT_FEATURES (FEATURE_TRANSPONDER | FEATURE_BLACKBOX | FEATURE_RSSI_ADC | FEATURE_CURRENT_METER | FEATURE_TELEMETRY)
#define BRUSHED_ESC_AUTODETECT #define BRUSHED_ESC_AUTODETECT
#else #else
#define DEFAULT_FEATURES FEATURE_BLACKBOX #define DEFAULT_FEATURES FEATURE_BLACKBOX