Merge pull request #2097 from mikeller/add_brushed_autodetect_to_tinybeef3

Added brushed motor auto detect to TINYBEEF3.
This commit is contained in:
Michael Keller 2017-01-14 00:20:09 +13:00 committed by GitHub
commit 033e41500c
1 changed files with 1 additions and 0 deletions

View File

@ -174,6 +174,7 @@
#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
#endif