From b142141abc6b50b135d389fd1a33e02d83546c27 Mon Sep 17 00:00:00 2001 From: gregor herrmann Date: Mon, 23 Sep 2024 16:39:22 +0200 Subject: [PATCH] Makefile: update comment about annotate-output call --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index cfcd0f3..4ef4aed 100644 --- a/Makefile +++ b/Makefile @@ -15,7 +15,7 @@ include /usr/share/arduino/Arduino.mk all: $(CURDIR) # log is the result of -# annotate-output ./log_mhz19.py -d /dev/ttyACM3 | tee -a log +# annotate-output +"%F %T" ./log_mhz19.py -d /dev/arduino | tee -a log # and we want log.csv for plot_mhz19.py log.csv: log cp $< $@ -- 2.39.5