From 5bf5cb9a673af0c36573b0b61a677f58892c248f Mon Sep 17 00:00:00 2001 From: Dirk Zimoch Date: Thu, 6 Jun 2024 11:26:10 +0200 Subject: [PATCH] example terminal.tcl uses LF terminator --- streamApp/simple.proto | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/streamApp/simple.proto b/streamApp/simple.proto index 770ef2f..1073364 100644 --- a/streamApp/simple.proto +++ b/streamApp/simple.proto @@ -19,7 +19,7 @@ # along with StreamDevice. If not, see https://www.gnu.org/licenses/. #########################################################################/ -terminator = CR LF; +terminator = LF; cmd { out "%s";