We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent db91aec commit 77bce22Copy full SHA for 77bce22
README.md
@@ -211,6 +211,9 @@ Set `GENERIC_BLE_TRACE=true` on starting Node-RED and you can find the precise l
211
212
* 3.0.0
213
- Refactor entire architecture
214
+ - Peripheral connections are retained until it disconnects
215
+ - Characteristic subscriptions are retained while the ongoing flows are running (will be unsubscribed on stopping them though)
216
+ - The max number of concurrent BLE connections is 5 or 6 according to [this document](https://github.com/noble/noble#maximum-simultaneous-connections)
217
218
* 2.0.4
219
- Fix an issue where this node don't work with [email protected]
0 commit comments