Skip to content

Commit f622cdf

Browse files
chmorganh2zero
authored andcommitted
README.md - Add a note about threadsafety
1 parent 6806867 commit f622cdf

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,8 @@
99

1010
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).
1111

12+
The library is threadsafe, characteristics can be set from any thread.
13+
1214
**An Arduino version of this library, including NimBLE, can be [found here.](https://github.com/h2zero/NimBLE-Arduino)**
1315

1416
This library **significantly** reduces resource usage and improves performance for ESP32 BLE applications as compared

0 commit comments

Comments
 (0)