mirror of
https://github.com/xoseperez/espurna.git
synced 2026-03-12 11:17:06 +01:00
terminal: remove line break requirement from all api calls
already handled internally
This commit is contained in:
@@ -853,10 +853,6 @@ namespace terminal {
|
||||
namespace internal {
|
||||
|
||||
void inject(String command) {
|
||||
if (!command.endsWith("\r\n") && !command.endsWith("\n")) {
|
||||
command.concat('\n');
|
||||
}
|
||||
|
||||
static EphemeralPrint output;
|
||||
PrintString error(64);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user