From 0e9942da8b59573f7f0b99cd3a5a4e0ee790afa0 Mon Sep 17 00:00:00 2001 From: gregor herrmann Date: Tue, 2 Feb 2021 21:53:10 +0100 Subject: [PATCH] Makefile: new MONITOR_PORT for jadzia --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.39.5