Added a bugfix which sets the correct light data
This commit is contained in:
parent
f9d709c56e
commit
93c9a02deb
1 changed files with 2 additions and 0 deletions
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue