X-Git-Url: https://git.toastfreeware.priv.at/toast/airingbutler.git/blobdiff_plain/a547ba7786273c5fdbbd351a4b65107f63cb068d..4eafa097f61d001e9241e8ef7166f500d86a1f91:/Makefile 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