renabled a missing animation

This commit is contained in:
2024-09-12 13:16:56 -04:00
parent e9a8ae1a22
commit 495330dbf4

View File

@@ -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<std::vector<AnimationFrame>*, 1> animations = {
std::array<std::vector<AnimationFrame>*, 2> animations = {
&RisingCubes::rising,
// &RotatingCubes::rotating,
&RotatingCubes::rotating,
};
// BluetoothSerial SerialBT;