From f82a732b55f30d3b560b86a4c4877830e43d2690 Mon Sep 17 00:00:00 2001 From: Alex Hirzel Date: Mon, 3 Aug 2026 07:37:33 -0400 Subject: [PATCH] Update README.md - latest version Suggest the latest version (2.5.1) rather than an older version on README (for PlatformIO users). --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 038dffb0..0c10cb5c 100644 --- a/README.md +++ b/README.md @@ -31,7 +31,7 @@ For Nordic devices, this library provides access to a completely open source and * Open platformio.ini, a project configuration file located in the root of PlatformIO project. * Add the following line to the lib_deps option of [env:] section: ``` -h2zero/NimBLE-Arduino@^2.1.0 +h2zero/NimBLE-Arduino@^2.5.1 ``` * Build a project, PlatformIO will automatically install dependencies.