Compare commits
1 Commits
develop
...
Cynopolis-
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
cea3f991a8 |
@@ -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;
|
||||
@@ -232,4 +232,4 @@ void setup() {
|
||||
void loop() {
|
||||
// delete the loop task because we don't use it
|
||||
vTaskDelete(NULL);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user