1
0
Fork 0
mirror of https://github.com/betaflight/betaflight.git synced 2025-07-24 16:55:36 +03:00

Removed features from BETAFLIGHTF3 target to make it fit the flash space.

This commit is contained in:
mikeller 2017-11-19 10:22:17 +13:00
parent 537ad7e47c
commit 5eefc768d1

View file

@ -20,6 +20,12 @@
#define TARGET_BOARD_IDENTIFIER "BFF3"
// Removing some features to make the firmware fit the flash space
#undef USE_TELEMETRY_HOTT
#undef USE_TELEMETRY_JETIEXBUS
#undef USE_TELEMETRY_LTM
#define CONFIG_FASTLOOP_PREFERRED_ACC ACC_NONE
#define BEEPER PC15