mirror of
https://github.com/betaflight/betaflight.git
synced 2025-07-25 17:25:20 +03:00
Added default features and default rx that can be set in the target.h file.
This commit is contained in:
parent
b016d51473
commit
b20dbfb801
14 changed files with 29 additions and 28 deletions
|
@ -127,6 +127,8 @@
|
|||
#define GPS
|
||||
#define USE_SERVOS
|
||||
#define USE_CLI
|
||||
#define DEFAULT_RX_FEATURE FEATURE_RX_PPM
|
||||
#define DEFAULT_FEATURES (FEATURE_BLACKBOX | FEATURE_RX_SERIAL)
|
||||
|
||||
#define SPEKTRUM_BIND
|
||||
// USART2, PA15
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue