From ea06ec7962d952975221fe98375dd7871fbc4f71 Mon Sep 17 00:00:00 2001 From: mikeller Date: Sun, 4 Nov 2018 15:54:02 +1300 Subject: [PATCH] Removed features from SPRACINGF3 to make the firmware fit into flash. --- src/main/target/SPRACINGF3/target.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/main/target/SPRACINGF3/target.h b/src/main/target/SPRACINGF3/target.h index 949794bf4..10d41bf7d 100644 --- a/src/main/target/SPRACINGF3/target.h +++ b/src/main/target/SPRACINGF3/target.h @@ -51,8 +51,8 @@ //#undef USE_TELEMETRY_HOTT //#undef USE_TELEMETRY_MAVLINK //#undef USE_TELEMETRY_LTM -//#undef USE_SERIALRX_XBUS -//#undef USE_SERIALRX_SUMH +#undef USE_SERIALRX_XBUS +#undef USE_SERIALRX_SUMH #undef USE_PWM #undef USE_EXTENDED_CMS_MENUS