Reduced BETAFLIGHTF3 flash size. (#5648)

This commit is contained in:
Michael Keller 2018-04-08 10:02:40 +12:00 committed by GitHub
parent e3db75176d
commit 7a6e2db387
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 6 additions and 0 deletions

View File

@ -20,6 +20,12 @@
#define TARGET_BOARD_IDENTIFIER "BFF3" #define TARGET_BOARD_IDENTIFIER "BFF3"
// Removed to make the firmware fit into flash (in descending order of priority):
#undef USE_RTC_TIME
#undef USE_COPY_PROFILE_CMS_MENU
#undef USE_RX_MSP
#undef USE_ESC_SENSOR_INFO
#define CONFIG_FASTLOOP_PREFERRED_ACC ACC_NONE #define CONFIG_FASTLOOP_PREFERRED_ACC ACC_NONE