From 0a1ad2d4ac25aa93c11573c981e2469607b7fab4 Mon Sep 17 00:00:00 2001 From: Peter Slattery Date: Sat, 25 Sep 2021 18:10:33 -0400 Subject: [PATCH] Animations and settings updates --- .../blumen_animations/ambient_patterns/rainbow_0.foldanim | 4 ++-- src/app/ss_blumen_lumen/blumen_lumen_settings.h | 7 ++----- 2 files changed, 4 insertions(+), 7 deletions(-) diff --git a/app_run_tree/data/blumen_animations/ambient_patterns/rainbow_0.foldanim b/app_run_tree/data/blumen_animations/ambient_patterns/rainbow_0.foldanim index ee12af4..edb16ec 100644 --- a/app_run_tree/data/blumen_animations/ambient_patterns/rainbow_0.foldanim +++ b/app_run_tree/data/blumen_animations/ambient_patterns/rainbow_0.foldanim @@ -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"; diff --git a/src/app/ss_blumen_lumen/blumen_lumen_settings.h b/src/app/ss_blumen_lumen/blumen_lumen_settings.h index 3c046ad..59d4767 100644 --- a/src/app/ss_blumen_lumen/blumen_lumen_settings.h +++ b/src/app/ss_blumen_lumen/blumen_lumen_settings.h @@ -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;