Skip to content

Commit

Permalink
Clarify BLE check
Browse files Browse the repository at this point in the history
  • Loading branch information
kercre123 committed Apr 21, 2024
1 parent 08e85a7 commit 517af50
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions chipper/webroot/js/ble.js
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ function showBotAuth() {
}

function checkBLECapability() {
updateAuthel("Checking if wire-pod can use BLE directly...")
fetch("/api-ble/init")
.then(response => response.text())
.then((response) => {
Expand Down

0 comments on commit 517af50

Please sign in to comment.