From 6298210e6ebf46bcd918e5299cfd2c4f38786687 Mon Sep 17 00:00:00 2001 From: Theo Arends <11044339+arendst@users.noreply.github.com> Date: Fri, 29 Jan 2021 11:00:56 +0100 Subject: [PATCH] Change L1 music sync defaults --- tasmota/xlgt_05_sonoff_l1.ino | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tasmota/xlgt_05_sonoff_l1.ino b/tasmota/xlgt_05_sonoff_l1.ino index 78248c896..23ed21e8d 100644 --- a/tasmota/xlgt_05_sonoff_l1.ino +++ b/tasmota/xlgt_05_sonoff_l1.ino @@ -292,8 +292,8 @@ bool SnfL1ModuleSelected(void) { Snfl1.power = !Light.power; Snfl1.dimmer = !light_state.getDimmer(); Snfl1.music_sync = 0; - Snfl1.sensitive = 1; // 1..10 - Snfl1.speed = 1; // 1..100 + Snfl1.sensitive = 5; // 1..10 + Snfl1.speed = 50; // 1..100 TasmotaGlobal.light_type = LT_RGB; TasmotaGlobal.light_driver = XLGT_05;