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 77bce22 commit 776d6e9Copy full SHA for 776d6e9
src/generic-ble.js
@@ -304,8 +304,8 @@ export default function(RED) {
304
}, []).map((c) => toCharacteristic(c));
305
});
306
307
+ peripheral.connect(); // peripheral.state => connecting
308
}
- peripheral.connect(); // peripheral.state => connecting
309
connecting = true;
310
break;
311
0 commit comments