Don't dump transfered payloads in jump-to-{slave-}bootloader.js

This commit is contained in:
László Monda
2017-10-21 03:09:47 +02:00
parent 7c7fde6d30
commit ce91d88448
3 changed files with 1 additions and 5 deletions

View File

@@ -8,7 +8,7 @@ function readDebugInfo() {
device.write(uhk.getTransferData(payload));
const receivedBuffer = Buffer.from(device.readSync());
console.log('Received', uhk.bufferToString(receivedBuffer));
setTimeout(readDebugInfo, 500)
setTimeout(readDebugInfo, 500);
}
readDebugInfo();