Rename erase-hca.js to erase-hardware-config.js

This commit is contained in:
László Monda
2018-05-19 21:33:12 +02:00
parent e5988aa800
commit c553c7b63b
+8
View File
@@ -0,0 +1,8 @@
#!/usr/bin/env node
const uhk = require('./uhk');
const device = uhk.getUhkDevice();
uhk.eraseHca(device)
.catch((err)=>{
console.error(err);
});