Corrected effect mode count

This commit is contained in:
Aircoookie 2020-02-17 18:02:14 +01:00
parent b42847c135
commit 3062786bb3
2 changed files with 2 additions and 2 deletions

View File

@ -91,7 +91,7 @@
#define IS_REVERSE ((SEGMENT.options & REVERSE ) == REVERSE )
#define IS_SELECTED ((SEGMENT.options & SELECTED) == SELECTED )
#define MODE_COUNT 100
#define MODE_COUNT 101
#define FX_MODE_STATIC 0
#define FX_MODE_BLINK 1

View File

@ -90,7 +90,7 @@
#endif
//version code in format yymmddb (b = daily build)
#define VERSION 2002171
#define VERSION 2002172
char versionString[] = "0.9.1";