Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Removed features from BETAFLIGHTF3, IMPULSERCF3, OMNIBUS to make the firmware fit into flash. #7037

Merged
merged 1 commit into from Nov 3, 2018
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
6 changes: 3 additions & 3 deletions src/main/target/BETAFLIGHTF3/target.h
Expand Up @@ -26,10 +26,10 @@

// Removed to make the firmware fit into flash (in descending order of priority):
//#undef USE_GYRO_OVERFLOW_CHECK
//#undef USE_GYRO_LPF2
#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
Expand Down
8 changes: 4 additions & 4 deletions src/main/target/IMPULSERCF3/target.h
Expand Up @@ -32,12 +32,12 @@

//#undef USE_TELEMETRY_HOTT
//#undef USE_TELEMETRY_MAVLINK
//#undef USE_TELEMETRY_LTM
//#undef USE_SERIALRX_XBUS
#undef USE_TELEMETRY_LTM
#undef USE_SERIALRX_XBUS

//#undef USE_BOARD_INFO
#undef USE_BOARD_INFO
#undef USE_EXTENDED_CMS_MENUS
//#undef USE_RTC_TIME
#undef USE_RTC_TIME
#undef USE_RX_MSP
#undef USE_ESC_SENSOR_INFO

Expand Down
5 changes: 4 additions & 1 deletion src/main/target/OMNIBUS/target.h
Expand Up @@ -26,7 +26,10 @@
#undef USE_GYRO_OVERFLOW_CHECK
#undef USE_GYRO_LPF2

//#undef USE_ITERM_RELAX
#undef USE_RC_SMOOTHING_FILTER
#undef USE_DYN_LPF

#undef USE_ITERM_RELAX
#undef USE_RC_SMOOTHING_FILTER

#undef USE_HUFFMAN
Expand Down