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