Animations and settings updates
This commit is contained in:
parent
f0f0a48acb
commit
0a1ad2d4ac
|
@ -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";
|
||||
|
|
|
@ -50,11 +50,8 @@ 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 },
|
||||
{ 17, 00, 23, 59 },
|
||||
{ 00, 00, 06, 30 },
|
||||
};
|
||||
global u32 LedOnTimesCount = CArrayLength(LedOnTimes); // do not edit
|
||||
global b8 DEBUGIgnoreLedOnTimeRange = false;
|
||||
|
|
Loading…
Reference in New Issue