From efef89735a712d27fda1b83ef0a8ed6302db5b07 Mon Sep 17 00:00:00 2001 From: "limon.spb" <2925027+limonspb@users.noreply.github.com> Date: Wed, 26 Mar 2025 21:38:14 -0500 Subject: [PATCH] V17 - added ledstrip if not added by cloud to avoid build errors --- src/main/build/version.h | 2 +- src/main/target/common_pre.h | 4 ++++ 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/src/main/build/version.h b/src/main/build/version.h index c15fea273d..d1a3f6b0e1 100644 --- a/src/main/build/version.h +++ b/src/main/build/version.h @@ -28,7 +28,7 @@ #define FC_VERSION_MINOR 5 // increment when a minor release is made (small new feature, change etc) #define FC_VERSION_PATCH_LEVEL 3 // increment when a bug is fixed -#define FC_VERSION_STRING STR(FC_VERSION_MAJOR) "." STR(FC_VERSION_MINOR) "." STR(FC_VERSION_PATCH_LEVEL) ".KAACK_V16" +#define FC_VERSION_STRING STR(FC_VERSION_MAJOR) "." STR(FC_VERSION_MINOR) "." STR(FC_VERSION_PATCH_LEVEL) ".KAACK_V17" extern const char* const targetName; diff --git a/src/main/target/common_pre.h b/src/main/target/common_pre.h index 11e7e97fd0..076160df6c 100644 --- a/src/main/target/common_pre.h +++ b/src/main/target/common_pre.h @@ -57,6 +57,10 @@ #define USE_RACE_PRO #endif +#if !defined USE_LED_STRIP +#define USE_LED_STRIP +#endif + #ifdef USE_DSHOT #define USE_DSHOT_BITBANG #define USE_DSHOT_TELEMETRY