In Disable Air mode,
Since there are no air data, the slider data should be copied to memory + 6 instead of memory + 0, otherwise it will replace the air data
And the slider data in the buffer starts at buffer + 8 instead of buffer + 4
There's also a bug in the Android app. I've created a pull request there too.
After those patches, now it works flawlessly with chuni-hands!
In Disable Air mode,
Since there are no air data, the slider data should be copied to `memory + 6` instead of `memory + 0`, otherwise it will replace the air data
And the slider data in the buffer starts at `buffer + 8` instead of `buffer + 4`
There's also a bug in the Android app. I've created a pull request [there](https://github.com/tindy2013/Brokenithm-Android/pull/1) too.
After those patches, now it works flawlessly with [chuni-hands](https://github.com/logchan/chuni-hands)!
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.
In Disable Air mode,
Since there are no air data, the slider data should be copied to
memory + 6instead ofmemory + 0, otherwise it will replace the air dataAnd the slider data in the buffer starts at
buffer + 8instead ofbuffer + 4There's also a bug in the Android app. I've created a pull request there too.
After those patches, now it works flawlessly with chuni-hands!