From c9c10b14d81e8b640615560ee9940c7ff3ff649b 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 22db35465c..812f31e7c1 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