Animations and settings updates

This commit is contained in:
Peter Slattery 2021-09-25 18:10:33 -04:00
parent f0f0a48acb
commit 0a1ad2d4ac
2 changed files with 4 additions and 7 deletions

View File

@ -4,7 +4,7 @@ layers_count: 3;
blocks_count: 1;
playable_range:{
min: 0;
max: 3600;
max: 36000;
};
layers:{
layer:{
@ -24,7 +24,7 @@ blocks:{
block:{
frame_range:{
min: 0;
max: 3600;
max: 36000;
};
layer_index: 1;
animation_name: "Pattern_Rainbow";

View File

@ -50,9 +50,6 @@ global r32 MotorResendStatePeriod = 90.0f; // seconds
// The times of day when the leds should be on
// Search for @TimeFormat to find documentation
global time_range LedOnTimes[] = {
{ 14, 43, 14, 44 },
{ 14, 45, 14, 46 },
{ 17, 00, 23, 59 },
{ 00, 00, 06, 30 },
};