You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have a GoCube Edge, no regular GoCube to test with, and the Bluetooth site seems to randomly ignore slice moves. The current implementation assumes an 8-byte long message such as [42,6,1,0,6,55,13,10] (B) , but in trying to debug the problem, I found that the ignored slices send a 10-byte long message, [42,8,1,0,6,3,9,69,13,10] (B + F').
As a side note, my cube isn't picked up in the Bluetooth filters and I need to use the all possible devices fallback. I'm not sure what causes this, but this script works just fine. EDIT: I suspect this is due to the request filtering for services for the Giiker, when Web Bluetooth documentation states a device needs to match all services to match a filter.
The text was updated successfully, but these errors were encountered:
I have a GoCube Edge, no regular GoCube to test with, and the Bluetooth site seems to randomly ignore slice moves. The current implementation assumes an 8-byte long message such as [42,6,1,0,6,55,13,10] (B) , but in trying to debug the problem, I found that the ignored slices send a 10-byte long message, [42,8,1,0,6,3,9,69,13,10] (B + F').
As a side note, my cube isn't picked up in the Bluetooth filters and I need to use the all possible devices fallback. I'm not sure what causes this, but this script works just fine. EDIT: I suspect this is due to the request filtering for services for the Giiker, when Web Bluetooth documentation states a device needs to match all services to match a filter.
The text was updated successfully, but these errors were encountered: