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 f5fbd73 commit a042bf9Copy full SHA for a042bf9
README.md
@@ -234,6 +234,9 @@ Set `GENERIC_BLE_TRACE=true` on starting Node-RED and you can find the precise l
234
235
# Revision History
236
237
+* 2.0.3
238
+ - Fix an issue where noble looses a reference to a peripheral after it is disconnected
239
+
240
* 2.0.2
241
- Fix an issue where Write operation cannot be performed properly (#4)
242
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "node-red-contrib-generic-ble",
3
- "version": "2.0.2",
+ "version": "2.0.3",
4
"description": "Node-RED nodes for generic BLE devices",
5
"license": "Apache-2.0",
6
"repository": {
0 commit comments