miq
About
- Username
- miq
- Joined
- Visits
- 25
- Last Active
- Roles
- Member
Comments
-
macro.startRecord(true); accelerometer.configure().odr(AccelerometerBmi160.OutputDataRate.ODR_6_25_HZ).range(AccelerometerBosch.AccRange.AR_8G).commit(); accelerometer.acceleration().addRouteAsync(new RouteBuilder() { …
-
I can see that the bug was fixed in the 3.0.32 release. After upgrade I removed the workaround and all works perfectly now! Thanks for help!