From 11f0a9d2310802db0eb9947c977b7009094cc65e Mon Sep 17 00:00:00 2001 From: busti Date: Sun, 14 Oct 2018 20:04:11 +0200 Subject: [PATCH] Setup avrdude flashing correctly --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 37cde37..fad4785 100644 --- a/Makefile +++ b/Makefile @@ -44,7 +44,7 @@ CFLAGS += -std=gnu99 AVRDUDE_PROGRAMMER = arduino AVRDUDE_PORT = /dev/ttyS4 -AVRDUDE_BAUD = 19200 +AVRDUDE_BAUD = 115200 #AVRDUDE_NO_VERIFY = -V