From ed4d8752c17ea05b20cfee9fc1503c190d32eae1 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 92dc5fdf62..b3d2de61b2 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