mirror of
https://github.com/betaflight/betaflight.git
synced 2025-07-15 12:25:20 +03:00
Fixed flash overflow for RCEXPLORERF3.
This commit is contained in:
parent
96d598d602
commit
0d50e80f2b
1 changed files with 9 additions and 1 deletions
|
@ -21,13 +21,21 @@
|
|||
|
||||
#define TARGET_BOARD_IDENTIFIER "REF3"
|
||||
|
||||
//Making it fit into flash:
|
||||
// Removed to make the firmware fit into flash (in descending order of priority):
|
||||
#undef USE_GYRO_OVERFLOW_CHECK
|
||||
#undef USE_GYRO_LPF2
|
||||
|
||||
#undef USE_TELEMETRY_MAVLINK
|
||||
#undef USE_TELEMETRY_LTM
|
||||
#undef USE_SERIALRX_XBUS
|
||||
|
||||
#undef USE_EXTENDED_CMS_MENUS
|
||||
#undef USE_COPY_PROFILE_CMS_MENU
|
||||
#undef USE_RTC_TIME
|
||||
#undef USE_RX_MSP
|
||||
#undef USE_ESC_SENSOR_INFO
|
||||
|
||||
|
||||
#define CONFIG_FASTLOOP_PREFERRED_ACC ACC_NONE
|
||||
|
||||
#define LED0_PIN PB4
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue