mirror of
https://github.com/betaflight/betaflight.git
synced 2025-07-16 12:55:19 +03:00
Removed Smart Feedforward from F3.
This commit is contained in:
parent
5c5520ecf4
commit
a42d2ae500
1 changed files with 1 additions and 1 deletions
|
@ -197,7 +197,6 @@
|
|||
#define USE_ESC_SENSOR_INFO
|
||||
#define USE_CRSF_CMS_TELEMETRY
|
||||
#define USE_BOARD_INFO
|
||||
#define USE_SMART_FEEDFORWARD
|
||||
#define USE_THROTTLE_BOOST
|
||||
#define USE_RC_SMOOTHING_FILTER
|
||||
#define USE_ITERM_RELAX
|
||||
|
@ -249,5 +248,6 @@
|
|||
#define USE_ESCSERIAL_SIMONK
|
||||
#define USE_SERIAL_4WAY_SK_BOOTLOADER
|
||||
#define USE_CMS_FAILSAFE_MENU
|
||||
#define USE_SMART_FEEDFORWARD
|
||||
#endif
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue