From 495330dbf4ee8507464dd2adf4e48b7c3eeb0534 Mon Sep 17 00:00:00 2001 From: Quinn Date: Thu, 12 Sep 2024 13:16:56 -0400 Subject: [PATCH] renabled a missing animation --- src/main.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/main.cpp b/src/main.cpp index 91f810b..b0986f2 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -31,9 +31,9 @@ TaskHandle_t updateCommunicaitonTask; TaskHandle_t updateBoardTask; // WARNING! This array size should always be equal to the number of entries in it!! -std::array*, 1> animations = { +std::array*, 2> animations = { &RisingCubes::rising, - // &RotatingCubes::rotating, + &RotatingCubes::rotating, }; // BluetoothSerial SerialBT;