Skip to content

Commit 99ef261

Browse files
committed
Minor updates
1 parent 9ea2323 commit 99ef261

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

js/workflows/ble.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -170,7 +170,7 @@ class BLEWorkflow extends Workflow {
170170
this.debugLog("connecting to " + device.name);
171171
try {
172172
console.log('Watching advertisements from "' + device.name + '"...');
173-
console.log('If no advertisements are received, make sure the device is powered on and in range. You can also try resetting the device');
173+
console.log('If no advertisements are received, make sure the device is powered on and in range. You can also try resetting the device.');
174174
await device.watchAdvertisements({signal: abortController.signal});
175175
}
176176
catch (error) {

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
"vite-plugin-mkcert": "^1.17.8"
1515
},
1616
"dependencies": {
17-
"@adafruit/ble-file-transfer-js": "adafruit/ble-file-transfer-js#1.0.2",
17+
"@adafruit/ble-file-transfer-js": "adafruit/ble-file-transfer-js#1.0.4",
1818
"@adafruit/circuitpython-repl-js": "adafruit/circuitpython-repl-js#3.2.4",
1919
"@codemirror/lang-python": "^6.2.1",
2020
"@fortawesome/fontawesome-free": "^7.0.0",

0 commit comments

Comments
 (0)