mirror of
https://github.com/arendst/Tasmota.git
synced 2025-07-28 13:16:32 +00:00
Change L1 music sync defaults
This commit is contained in:
parent
aa8a23e1d6
commit
6298210e6e
@ -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;
|
||||
|
Loading…
x
Reference in New Issue
Block a user