Release v0.2.0
Pre-release
Pre-release
Added
- New Feature: Rumble !
Changed
JoyConManager
now manages JoyCon properly!- When a new JoyCon is detected, it will be put under control and notified via the crossbeam's channel.
- When JoyCon under control is disconnected / reconnected, it is reflected to the corresponding object (
JoyConDevice
).
JoyConDriver
: Don't check ACK packets with thesend_command_raw()
method.
Fixed
- Can't handle multiple JoyCons on macOS
hidapi-rs
dependency fixed. In git manipulation error, previous version has bug.
- If the confirmation of the ACK packet failed, it immediately gave an error.
- Fixed to try again a few times. ref.
JoyConDriver::ACK_TRY
- Fixed to try again a few times. ref.