From 5569810bebeec7a06b9583f88aea27ab4ede3d79 Mon Sep 17 00:00:00 2001 From: Jesse Vincent Date: Wed, 7 Jun 2017 15:23:19 -0700 Subject: Update to new Stalker API --- Model01-Firmware.ino | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Model01-Firmware.ino b/Model01-Firmware.ino index daaa0b1..ad01b0f 100644 --- a/Model01-Firmware.ino +++ b/Model01-Firmware.ino @@ -123,7 +123,7 @@ void setup() { NULL); AlphaSquare.color = { 255, 0, 0 }; - StalkerEffect.configure(STALKER(BlazingTrail, NULL)); + StalkerEffect.variant = STALKER(BlazingTrail); LEDOff.activate(); } -- cgit v1.2.3