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 c5ca119 commit d4338acCopy full SHA for d4338ac
js/workflows/ble.js
@@ -51,7 +51,7 @@ class BLEWorkflow extends Workflow {
51
btnReconnect = modal.querySelector('#bleReconnect');
52
53
btnRequestBluetoothDevice.addEventListener('click', this.onRequestBluetoothDeviceButtonClick.bind(this));
54
- //btnBond.addEventListener('click', this.onBond.bind(this));
+ btnBond.addEventListener('click', this.onBond.bind(this));
55
btnReconnect.addEventListener('click', this.reconnectButtonHandler.bind(this));
56
57
// Check if Web Bluetooth is available
0 commit comments