From 5eefc768d1e29354762041f50380666a949703ab Mon Sep 17 00:00:00 2001 From: mikeller Date: Sun, 19 Nov 2017 10:22:17 +1300 Subject: [PATCH] Removed features from BETAFLIGHTF3 target to make it fit the flash space. --- src/main/target/BETAFLIGHTF3/target.h | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/src/main/target/BETAFLIGHTF3/target.h b/src/main/target/BETAFLIGHTF3/target.h index a45cc4c3d..8e6e75c17 100644 --- a/src/main/target/BETAFLIGHTF3/target.h +++ b/src/main/target/BETAFLIGHTF3/target.h @@ -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