mirror of
https://github.com/arendst/Tasmota.git
synced 2025-07-30 14:16:32 +00:00
Force light update on color mapping change
This commit is contained in:
parent
d8eac1d8fc
commit
6d1cfe5a07
@ -593,6 +593,7 @@ void LightUpdateColorMapping(void)
|
||||
light_color_remap[3] = tmp[param];
|
||||
light_color_remap[4] = tmp[1-param];
|
||||
|
||||
light_update = 1;
|
||||
//snprintf_P(log_data, sizeof(log_data), "%d colors: %d %d %d %d %d",Settings.param[P_RGB_REMAP], light_color_remap[0],light_color_remap[1],light_color_remap[2],light_color_remap[3],light_color_remap[4]);
|
||||
//AddLog(LOG_LEVEL_DEBUG);
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user