mirror of
https://github.com/betaflight/betaflight.git
synced 2025-07-15 20:35:33 +03:00
Merge pull request #2097 from mikeller/add_brushed_autodetect_to_tinybeef3
Added brushed motor auto detect to TINYBEEF3.
This commit is contained in:
commit
033e41500c
1 changed files with 1 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue