Skip to content

Commit 51f41f4

Browse files
authored
Update README.md
1 parent 078cf36 commit 51f41f4

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

README.md

+2-1
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@ It would be great however if any improvements are fed back into this version.
2020
- [x] Report optional battery level to host
2121
- [x] Uses efficient NimBLE bluetooth library
2222
- [x] Output report function
23+
- [x] Functions avalable for force pairing/ignore current client and/or delete pairings
2324
- [x] Compatible with Windows
2425
- [x] Compatible with Android (Android OS maps default buttons / axes / hats slightly differently than Windows)
2526
- [x] Compatible with Linux (limited testing)
@@ -40,7 +41,7 @@ Since version 5 of this library, the axes and simulation controls have configura
4041
The decision was made to set defaults to 0 for minimum and 32767 for maximum (previously -32767 to 32767)
4142
This was due to the fact that non-Windows operating systems and some online web-based game controller testers didn't play well with negative numbers. Existing sketches should take note, and see the DrivingControllerTest example for how to set back to -32767 if wanted
4243

43-
This version endeavors to be compatible with the latest released version of NimBLE-Arduino through the Arduino Library Manager; currently version 2.1.3 at the time of this writing; --> https://github.com/h2zero/NimBLE-Arduino/releases/tag/2.1.3
44+
This version endeavors to be compatible with the latest released version of NimBLE-Arduino through the Arduino Library Manager; currently version 2.2.1 at the time of this writing; --> https://github.com/h2zero/NimBLE-Arduino/releases/tag/2.2.1
4445

4546
Please see updated examples
4647

0 commit comments

Comments
 (0)