diff --git a/src/common/shell-micropython.js b/src/common/shell-micropython.js index bf1c8ea7..87af8579 100755 --- a/src/common/shell-micropython.js +++ b/src/common/shell-micropython.js @@ -16,6 +16,7 @@ export default class ShellMicroPython extends Shell { com: config.port }; const command = MString.tpl(config.command, info); + console.log('DEBUG CMD BURN:', command); return this.execUntilClosed(command); } @@ -26,6 +27,7 @@ export default class ShellMicroPython extends Shell { com: config.port }; const command = MString.tpl(config.command, info); + console.log('DEBUG CMD UPLOAD:', command); return this.execUntilClosed(command); } } \ No newline at end of file