mirror of
https://github.com/betaflight/betaflight.git
synced 2025-07-13 03:20:00 +03:00
V17 - added ledstrip if not added by cloud to avoid build errors
This commit is contained in:
parent
1b288467f9
commit
efef89735a
2 changed files with 5 additions and 1 deletions
|
@ -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;
|
||||
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue