Full console: suppress new line when echo is disabled#2196
Full console: suppress new line when echo is disabled#2196dwld wants to merge 2 commits intoapache:masterfrom
Conversation
When echo is switched off via console_echo(0), also new line should be suppressed. Signed-off-by: Stefan Diewald <dwld@users.noreply.github.com>
Adaptions to match style guide Signed-off-by: Stefan Diewald <dwld@users.noreply.github.com>
Style check summaryNo suggestions at this time! |
|
Hi @dwld, I tell you why this takes so much time with such simple reasonable change. |
|
Hi @kasjer, thanks for the explanation. I understand. For our use cases, this behavior breaks the asynchronous communication. Would the introduction of another switch to suppress the echo for CR/LF be an option? |
|
Hi @dwld quick question, are you using nlip protocol or some other custom protocol and you are not really interested in nlip handling? |
When echo is switched off via console_echo(0), also new line should be suppressed.