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.
2 parents 0f76b39 + a0e05cc commit dd80987Copy full SHA for dd80987
README.md
@@ -131,6 +131,9 @@ Set `GENERIC_BLE_TRACE=true` on starting Node-RED and you can find the precise l
131
132
# Revision History
133
134
+* 2.0.2
135
+ - Fix an issue where Write operation cannot be performed properly (#4)
136
+
137
* 2.0.1
138
- Fix an issue where `Select from scan result` failed to list characteristics
139
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "node-red-contrib-generic-ble",
3
- "version": "2.0.1",
+ "version": "2.0.2",
4
"description": "Node-RED nodes for generic BLE devices",
5
"license": "Apache-2.0",
6
"repository": {
0 commit comments