()
| 59 | } |
| 60 | |
| 61 | public launchCommands(): string[] { |
| 62 | const commands = [ |
| 63 | ...genDownloadCommands(this.args, []), |
| 64 | 'interpreter-exec console "SoftwareReset"' |
| 65 | ]; |
| 66 | return commands; |
| 67 | } |
| 68 | |
| 69 | public attachCommands(): string[] { |
| 70 | const commands = []; |
nothing calls this directly
no test coverage detected