Skip to content

Commit d4338ac

Browse files
committed
Reenable btnBond event listener
1 parent c5ca119 commit d4338ac

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

js/workflows/ble.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ class BLEWorkflow extends Workflow {
5151
btnReconnect = modal.querySelector('#bleReconnect');
5252

5353
btnRequestBluetoothDevice.addEventListener('click', this.onRequestBluetoothDeviceButtonClick.bind(this));
54-
//btnBond.addEventListener('click', this.onBond.bind(this));
54+
btnBond.addEventListener('click', this.onBond.bind(this));
5555
btnReconnect.addEventListener('click', this.reconnectButtonHandler.bind(this));
5656

5757
// Check if Web Bluetooth is available

0 commit comments

Comments
 (0)