Fix compilation

This commit is contained in:
Aircoookie 2020-02-17 11:12:39 +01:00
parent 5befcd24b5
commit b42847c135
2 changed files with 2 additions and 2 deletions

View File

@ -567,8 +567,8 @@ class WS2812FX {
mode_drip(void),
mode_plasma(void),
mode_percent(void),
mode_ripple_rainbow(void),
mode_heartbeat(void);
mode_ripple_rainbow(void);
private:

View File

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