README.md - Add a note about threadsafety

This commit is contained in:
Chris Morgan
2025-09-13 20:48:53 -04:00
committed by Ryan Powell
parent 68068677ab
commit f622cdff0c
+2
View File
@@ -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