mirror of
https://github.com/betaflight/betaflight.git
synced 2025-07-24 08:45:36 +03:00
Removed features from F3 targets to make dynamic filter fit.
This commit is contained in:
parent
5e2fefe036
commit
08294d21d8
4 changed files with 19 additions and 5 deletions
|
@ -28,8 +28,8 @@
|
|||
//#undef USE_GYRO_OVERFLOW_CHECK
|
||||
//#undef USE_GYRO_LPF2
|
||||
|
||||
//#undef USE_ITERM_RELAX
|
||||
//#undef USE_RC_SMOOTHING_FILTER
|
||||
#undef USE_ITERM_RELAX
|
||||
#undef USE_RC_SMOOTHING_FILTER
|
||||
|
||||
#undef USE_TELEMETRY_HOTT
|
||||
#undef USE_TELEMETRY_MAVLINK
|
||||
|
|
|
@ -35,10 +35,10 @@
|
|||
//#undef USE_ITERM_RELAX
|
||||
//#undef USE_RC_SMOOTHING_FILTER
|
||||
|
||||
//#undef USE_TELEMETRY_HOTT
|
||||
//#undef USE_TELEMETRY_MAVLINK
|
||||
//#undef USE_TELEMETRY_LTM
|
||||
#ifdef FURYF3OSD
|
||||
#undef USE_TELEMETRY_HOTT
|
||||
#undef USE_TELEMETRY_MAVLINK
|
||||
#undef USE_TELEMETRY_LTM
|
||||
#undef USE_SERIALRX_XBUS
|
||||
|
||||
#undef USE_BOARD_INFO
|
||||
|
|
|
@ -29,7 +29,12 @@
|
|||
#undef USE_ITERM_RELAX
|
||||
#undef USE_RC_SMOOTHING_FILTER
|
||||
|
||||
#undef USE_MSP_DISPLAYPORT
|
||||
#undef USE_MSP_OVER_TELEMETRY
|
||||
|
||||
#undef USE_HUFFMAN
|
||||
#undef USE_PINIO
|
||||
#undef USE_PINIOBOX
|
||||
|
||||
#undef USE_TELEMETRY_HOTT
|
||||
#undef USE_TELEMETRY_MAVLINK
|
||||
|
|
|
@ -35,6 +35,15 @@
|
|||
|
||||
#undef USE_RC_SMOOTHING_FILTER
|
||||
#undef ITERM_RELAX
|
||||
|
||||
#undef USE_MSP_DISPLAYPORT
|
||||
#undef USE_MSP_OVER_TELEMETRY
|
||||
|
||||
#undef USE_HUFFMAN
|
||||
#undef USE_PINIO
|
||||
#undef USE_PINIOBOX
|
||||
|
||||
#undef USE_VIRTUAL_CURRENT_METER
|
||||
#endif
|
||||
|
||||
#undef USE_TELEMETRY_HOTT
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue