From: gregor herrmann Date: Tue, 2 Feb 2021 20:53:10 +0000 (+0100) Subject: Makefile: new MONITOR_PORT for jadzia X-Git-Url: https://git.toastfreeware.priv.at/toast/airingbutler.git/commitdiff_plain/0e9942da8b59573f7f0b99cd3a5a4e0ee790afa0 Makefile: new MONITOR_PORT for jadzia --- diff --git a/Makefile b/Makefile index c98fda1..a7a2877 100644 --- a/Makefile +++ b/Makefile @@ -2,7 +2,7 @@ BOARD_TAG=uno HOSTNAME=$(shell hostname) ifeq ($(HOSTNAME),jadzia) -MONITOR_PORT=/dev/ttyACM3 +MONITOR_PORT=/dev/ttyACM1 else MONITOR_PORT=/dev/ttyACM0 endif