From 177920d909308408fa151d089486b4cbfeeb674f Mon Sep 17 00:00:00 2001 From: lemmingDev Date: Mon, 16 Dec 2024 21:15:27 +1000 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 5863ed0..54dcbee 100644 --- a/README.md +++ b/README.md @@ -5,7 +5,7 @@ Since version 5 of this library, the axes and simulation controls have configura The decision was made to set defaults to 0 for minimum and 32767 for maximum (previously -32767 to 32767) 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 -This version of the library has been tested against NimBLE-Arduino version2.0.0; the latest released version through Arduino Library Manager --> https://github.com/h2zero/NimBLE-Arduino/releases/tag/2.1.0 +This version of the library has been tested against NimBLE-Arduino version 2.1.0; the latest released version through Arduino Library Manager --> https://github.com/h2zero/NimBLE-Arduino/releases/tag/2.1.0 Please see updated examples