Merge pull request #22 from Block-Party-VR/master

Updating develop with patch from master
This commit is contained in:
Quinn
2024-09-24 11:47:32 -04:00
committed by GitHub

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;