Corrected effect mode count

pull/702/head
Aircoookie 2020-02-17 18:02:14 +01:00
rodzic b42847c135
commit 3062786bb3
2 zmienionych plików z 2 dodań i 2 usunięć

Wyświetl plik

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

Wyświetl plik

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