From: gregor herrmann Date: Fri, 19 Apr 2024 15:56:02 +0000 (+0200) Subject: Makefile updates: update MONITOR_PORT, add AVRDUDE_CONF X-Git-Url: https://git.toastfreeware.priv.at/toast/airingbutler.git/commitdiff_plain/4eafa097f61d001e9241e8ef7166f500d86a1f91 Makefile updates: update MONITOR_PORT, add AVRDUDE_CONF --- diff --git a/Makefile b/Makefile index c92250a..fcbece5 100644 --- a/Makefile +++ b/Makefile @@ -2,11 +2,13 @@ BOARD_TAG=uno HOSTNAME=$(shell hostname) ifeq ($(HOSTNAME),jadzia) -MONITOR_PORT=/dev/ttyACM1 +MONITOR_PORT=/dev/arduino else MONITOR_PORT=/dev/ttyACM0 endif +AVRDUDE_CONF=/etc/avrdude.conf + # ARDUINO_SKETCHBOOK=~/sketchbook include /usr/share/arduino/Arduino.mk