From f622cdff0ce97dff337399134e96f3de3038a088 Mon Sep 17 00:00:00 2001 From: Chris Morgan Date: Sat, 13 Sep 2025 20:48:53 -0400 Subject: [PATCH] README.md - Add a note about threadsafety --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index bacf985..ea6b897 100644 --- a/README.md +++ b/README.md @@ -9,6 +9,8 @@ NimBLE CPP library for use with ESP32 that attempts to maintain compatibility with the [nkolban cpp_utils BLE API](https://github.com/nkolban/esp32-snippets/tree/master/cpp_utils). +The library is threadsafe, characteristics can be set from any thread. + **An Arduino version of this library, including NimBLE, can be [found here.](https://github.com/h2zero/NimBLE-Arduino)** This library **significantly** reduces resource usage and improves performance for ESP32 BLE applications as compared