From 60b9b7ef8245ab240f6efeb0557f8f5d6950a33e 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 42e19bef31..944bcb1f6c 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