4 lines
115 B
JavaScript
Executable File
4 lines
115 B
JavaScript
Executable File
#!/usr/bin/env node
|
|
let uhk = require('./uhk');
|
|
uhk.sendUsbPacket(new Buffer([uhk.usbCommands.jumpToBootloader]));
|