From aa2d885139a460ed593426319450b0aa1cc72598 Mon Sep 17 00:00:00 2001 From: Alex Verschoot Date: Mon, 22 Jan 2024 22:22:18 +0100 Subject: [PATCH] Update README.md Fix typo --- examples/bluetooth/nimble/blehr/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/bluetooth/nimble/blehr/README.md b/examples/bluetooth/nimble/blehr/README.md index 6ef39fe534..8daa33d93d 100644 --- a/examples/bluetooth/nimble/blehr/README.md +++ b/examples/bluetooth/nimble/blehr/README.md @@ -5,7 +5,7 @@ (See the README.md file in the upper level 'examples' directory for more information about examples.) -This example creates GATT server demonstrating standard Heart Rate measurement service. It simulates Hear rate measurement and notifies to client when the notifications are enabled. +This example creates GATT server demonstrating standard Heart Rate measurement service. It simulates Heart rate measurement and notifies to client when the notifications are enabled. It uses ESP32's Bluetooth controller and NimBLE stack based BLE host