Merge pull request #6955 from mikeller/fix_crazybeef3fr_flash_overflow
Fixed flash overflow on CRAZYBEEF3FR.
This commit is contained in:
commit
70723bdcfe
|
@ -42,8 +42,31 @@
|
|||
//#undef USE_MSP_OVER_TELEMETRY
|
||||
|
||||
//#undef USE_HUFFMAN
|
||||
#undef USE_PINIO
|
||||
#undef USE_PINIOBOX
|
||||
//#undef USE_PINIO
|
||||
//#undef USE_PINIOBOX
|
||||
|
||||
#undef USE_SERIALRX_CRSF
|
||||
#undef USE_SERIALRX_SUMD
|
||||
#undef USE_TELEMETRY_CRSF
|
||||
|
||||
#if defined(CRAZYBEEF3FS)
|
||||
#undef USE_SERIALRX_SBUS
|
||||
#undef USE_SERIALRX_FPORT
|
||||
#undef USE_SERIALRX_SPEKTRUM
|
||||
#undef USE_TELEMETRY_FRSKY_HUB
|
||||
#undef USE_TELEMETRY_SMARTPORT
|
||||
#undef USE_TELEMETRY_SRXL
|
||||
#elif defined(CRAZYBEEF3DX)
|
||||
#undef USE_SERIALRX_SBUS
|
||||
#undef USE_SERIALRX_FPORT
|
||||
#undef USE_SERIALRX_IBUS
|
||||
#undef USE_TELEMETRY_FRSKY_HUB
|
||||
#undef USE_TELEMETRY_SMARTPORT
|
||||
#else
|
||||
#undef USE_SERIALRX_SPEKTRUM
|
||||
#undef USE_SERIALRX_IBUS
|
||||
#undef USE_TELEMETRY_SRXL
|
||||
#endif
|
||||
|
||||
#undef USE_TELEMETRY_HOTT
|
||||
#undef USE_TELEMETRY_MAVLINK
|
||||
|
@ -52,11 +75,11 @@
|
|||
#undef USE_SERIALRX_SUMH
|
||||
#undef USE_PWM
|
||||
|
||||
#undef USE_BOARD_INFO
|
||||
//#undef USE_BOARD_INFO
|
||||
//#undef USE_EXTENDED_CMS_MENUS
|
||||
//#undef USE_RTC_TIME
|
||||
#undef USE_RX_MSP
|
||||
#undef USE_ESC_SENSOR_INFO
|
||||
//#undef USE_ESC_SENSOR_INFO
|
||||
|
||||
#define ENABLE_DSHOT_DMAR true
|
||||
|
||||
|
|
Loading…
Reference in New Issue