diff --git a/app/src/components/Device/Commands.tsx b/app/src/components/Device/Commands.tsx index a6f204b..d753298 100644 --- a/app/src/components/Device/Commands.tsx +++ b/app/src/components/Device/Commands.tsx @@ -39,7 +39,7 @@ export const Commands: React.FunctionComponent = (props) => { break default: - onSend && onSend(commands[line]) + onSend && onSend(`${commands[line]}\n`) nextLine = line + 1 break } diff --git a/package.json b/package.json index b0c50fe..06a406f 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "prettycom", "repository": "https://github.com/hyldmo/prettycom", - "version": "1.11.1", + "version": "1.11.2", "description": "A serial monitor written in electron.", "license": "MIT", "author": {