Animations and settings updates
This commit is contained in:
parent
f0f0a48acb
commit
0a1ad2d4ac
|
@ -4,7 +4,7 @@ layers_count: 3;
|
||||||
blocks_count: 1;
|
blocks_count: 1;
|
||||||
playable_range:{
|
playable_range:{
|
||||||
min: 0;
|
min: 0;
|
||||||
max: 3600;
|
max: 36000;
|
||||||
};
|
};
|
||||||
layers:{
|
layers:{
|
||||||
layer:{
|
layer:{
|
||||||
|
@ -24,7 +24,7 @@ blocks:{
|
||||||
block:{
|
block:{
|
||||||
frame_range:{
|
frame_range:{
|
||||||
min: 0;
|
min: 0;
|
||||||
max: 3600;
|
max: 36000;
|
||||||
};
|
};
|
||||||
layer_index: 1;
|
layer_index: 1;
|
||||||
animation_name: "Pattern_Rainbow";
|
animation_name: "Pattern_Rainbow";
|
||||||
|
|
|
@ -50,9 +50,6 @@ global r32 MotorResendStatePeriod = 90.0f; // seconds
|
||||||
// The times of day when the leds should be on
|
// The times of day when the leds should be on
|
||||||
// Search for @TimeFormat to find documentation
|
// Search for @TimeFormat to find documentation
|
||||||
global time_range LedOnTimes[] = {
|
global time_range LedOnTimes[] = {
|
||||||
{ 14, 43, 14, 44 },
|
|
||||||
{ 14, 45, 14, 46 },
|
|
||||||
|
|
||||||
{ 17, 00, 23, 59 },
|
{ 17, 00, 23, 59 },
|
||||||
{ 00, 00, 06, 30 },
|
{ 00, 00, 06, 30 },
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in New Issue