Skip to content

Commit

Permalink
Updated plugin call to use new plugin
Browse files Browse the repository at this point in the history
  • Loading branch information
the-bay-kay committed Feb 20, 2024
1 parent 157cfde commit 43bfb4e
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 @@ -5,7 +5,7 @@ export default function gatherBluetoothData(t): Promise<string[]> {
let logs: string[] = [];
logDebug('Running bluetooth discovery test!');

window['bluetoothSerial'].discoverUnpaired(
window['bluetoothClassicSerial'].discoverUnpaired(
(devices: Array<any>) => {
devices.forEach(function (device) {
logs.push(
Expand Down

0 comments on commit 43bfb4e

Please sign in to comment.