Skip to content

Commit

Permalink
Updated second API call
Browse files Browse the repository at this point in the history
  • Loading branch information
the-bay-kay committed Feb 29, 2024
1 parent 72f499f commit e35aaff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion www/js/bluetooth/blueoothScanner.ts
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ export default function gatherBluetoothData(t): Promise<string[]> {
});

const pairedDevicesPromise = new Promise((pairRes, pairRej) => {
window['bluetoothClassicSerial'].discoverUnpaired(
window['bluetoothClassicSerial'].list(
(devices: Array<BluetoothClassicDevice>) => {
handleLogs(devices);
pairRes(logs);
Expand Down

0 comments on commit e35aaff

Please sign in to comment.