From: gregor herrmann Date: Mon, 23 Sep 2024 14:39:22 +0000 (+0200) Subject: Makefile: update comment about annotate-output call X-Git-Url: https://git.toastfreeware.priv.at/toast/airingbutler.git/commitdiff_plain?ds=sidebyside Makefile: update comment about annotate-output call --- 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 $< $@