From 30fd33a1286979d27559a680363ec1690d356447 Mon Sep 17 00:00:00 2001 From: Rene Stange Date: Tue, 15 Oct 2024 12:16:19 +0200 Subject: [PATCH] Rules.mk: Use tail -f instead of cat again --- Rules.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Rules.mk b/Rules.mk index 84536948d..c0ef5c4ed 100644 --- a/Rules.mk +++ b/Rules.mk @@ -323,4 +323,4 @@ monitor: # Monitor in terminal (Linux only) cat: stty -F $(SERIALPORT) $(USERBAUD) cs8 -cstopb -parenb -icrnl - cat $(SERIALPORT) + tail -f $(SERIALPORT)