1
0
Fork 0
mirror of https://github.com/betaflight/betaflight.git synced 2025-07-13 11:29:58 +03:00

V17 - added ledstrip if not added by cloud to avoid build errors

This commit is contained in:
limon.spb 2025-03-26 21:38:14 -05:00
parent 1b288467f9
commit efef89735a
2 changed files with 5 additions and 1 deletions

View file

@ -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;

View file

@ -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