Releases: asukiaaa/arduino-XboxSeriesXControllerESP32
Releases · asukiaaa/arduino-XboxSeriesXControllerESP32
1.1.0
Update code for NimBLE version 2.1.3.
1.0.9
Change definition of some variables to static const type
1.0.8
Add writeHIDReport with using ReportBeforeUnion
1.0.7
- Add information of HCI packet count mismatch error on readme
- Remove unnecessary serial print
1.0.6
Support writing HID Report to use vibration
1.0.5
Add isWaitingForFirstNotification
1.0.4
- Support battery service
- Support holding address
- Add variable to configure retry connection
1.0.3
- Add getCountFailedConnection
- Hold bytes of notify from the controller
1.0.2
- set power level as +9db
- call deinit after failed connection
- use lower security connection
- reset every 10 seconds after scanning
- use isScanning function instead of a flag
- use connectionState instead of a flag
1.0.1
Support using without specifying any controller address..