Added node example

This commit is contained in:
Rob Moran
2017-05-14 23:34:57 +01:00
parent 436607eedf
commit 7c6734c5f8
6 changed files with 171 additions and 80 deletions

View File

@@ -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);