kopia lustrzana https://github.com/Aircoookie/WLED
Fix compilation
rodzic
5befcd24b5
commit
b42847c135
|
@ -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:
|
||||
|
|
|
@ -90,7 +90,7 @@
|
|||
#endif
|
||||
|
||||
//version code in format yymmddb (b = daily build)
|
||||
#define VERSION 2002161
|
||||
#define VERSION 2002171
|
||||
|
||||
char versionString[] = "0.9.1";
|
||||
|
||||
|
|
Ładowanie…
Reference in New Issue