Added a bugfix which sets the correct light data

This commit is contained in:
Kai Lauterbach 2023-05-11 07:46:12 +02:00
parent f9d709c56e
commit 93c9a02deb

View file

@ -173,6 +173,8 @@ void tc_update_main()
bri[i] = 0;
current_bri[i] = 0;
current_pwm[i] = 0;
transitiontime[i] = 4;
process_lightdata(i, transitiontime[i]);
}
return;