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;