From 3d39291106cb6246736ace222f6ca4603274df90 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 6ef39fe5344c..8daa33d93dad 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