X-Git-Url: https://git.toastfreeware.priv.at/toast/airingbutler.git/blobdiff_plain/1f5486cee5108ba5b34915864cd72ee8415e2149..4e47e2720644649b85adc82fa5f743e0cf7093f5:/Makefile diff --git a/Makefile b/Makefile index cb11d5a..c98fda1 100644 --- a/Makefile +++ b/Makefile @@ -1,5 +1,12 @@ BOARD_TAG=uno + +HOSTNAME=$(shell hostname) +ifeq ($(HOSTNAME),jadzia) +MONITOR_PORT=/dev/ttyACM3 +else MONITOR_PORT=/dev/ttyACM0 +endif + # ARDUINO_SKETCHBOOK=~/sketchbook include /usr/share/arduino/Arduino.mk