]> ToastFreeware Gitweb - toast/airingbutler.git/commitdiff
Makefile updates: update MONITOR_PORT, add AVRDUDE_CONF
authorgregor herrmann <gregor@toastfreeware.priv.at>
Fri, 19 Apr 2024 15:56:02 +0000 (17:56 +0200)
committergregor herrmann <gregor@toastfreeware.priv.at>
Mon, 29 Apr 2024 19:01:49 +0000 (21:01 +0200)
Makefile

index c92250a70a109f48997bbf3c2453c55f4e6ed692..fcbece5c3e60b4960ae4d94f70dbd048bc51997c 100644 (file)
--- 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