Skip to content

Release v0.2.0

Pre-release
Pre-release
Compare
Choose a tag to compare
@KaiseiYokoyama KaiseiYokoyama released this 24 Apr 09:42
· 119 commits to master since this release
d2b8749

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 the send_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