mirror of
https://github.com/thegecko/web-bluetooth-dfu.git
synced 2025-12-14 13:08:14 +08:00
Added node example
This commit is contained in:
@@ -195,7 +195,7 @@
|
||||
dfu.requestDevice(true)
|
||||
.then(device => {
|
||||
if (!device) {
|
||||
setStatus("Buttonless mode set, select device again");
|
||||
setStatus("DFU mode set, select device again");
|
||||
return;
|
||||
}
|
||||
return update(dfu, device);
|
||||
|
||||
Reference in New Issue
Block a user