Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

State of group 4 not stored when sending to group 0 #154

Closed
hencou opened this issue Nov 11, 2017 · 1 comment
Closed

State of group 4 not stored when sending to group 0 #154

hencou opened this issue Nov 11, 2017 · 1 comment

Comments

@hencou
Copy link

hencou commented Nov 11, 2017

In 1.6RC3, the state of group 4 is not stored when sending a command to group 0.

In file /lib/MiLightState/GroupStateStore.cpp line 32:
for (size_t i = 1; i < remote->numGroups; i++) {

Should be:
for (size_t i = 1; i <= remote->numGroups; i++) {

@sidoh
Copy link
Owner

sidoh commented Nov 11, 2017

Fixed in f6a66ff. Will create a release later today.

Thanks for reporting the bug, and for digging into the solution! :)

@sidoh sidoh closed this as completed Nov 11, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants