1
0

Update to new Stalker API

This commit is contained in:
Jesse Vincent 2017-06-07 15:23:19 -07:00
parent 9f75928b20
commit 5569810beb
No known key found for this signature in database
GPG Key ID: 122F5DF7108E4046

View File

@ -123,7 +123,7 @@ void setup() {
NULL);
AlphaSquare.color = { 255, 0, 0 };
StalkerEffect.configure(STALKER(BlazingTrail, NULL));
StalkerEffect.variant = STALKER(BlazingTrail);
LEDOff.activate();
}