Skip to content

Commit

Permalink
add noble dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
BrandonWerbel committed Mar 20, 2023
1 parent d98e81c commit 57a7016
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions js/transfer/transfer.js
Original file line number Diff line number Diff line change
Expand Up @@ -197,5 +197,6 @@ function setBroadcastStep(step) {
}

elements.enableBluetooth.addEventListener('click', () => {
console.log("ENABLING BLUETOOH")
shell.openExternal(getBluetoothPreferencesURI());
});
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@
"os": "*"
},
"dependencies": {
"@abandonware/bleno": "git+https://github.com/BrandonWerbel/bleno.git"
"@abandonware/bleno": "git+https://github.com/BrandonWerbel/bleno.git",
"@abandonware/noble": "git+https://github.com/abandonware/noble.git"
}
}

0 comments on commit 57a7016

Please sign in to comment.