From 9a8976ce56bcdb70815dd58c1764d9e5c3b6fe95 Mon Sep 17 00:00:00 2001 From: "David A. Mellis" Date: Thu, 15 Mar 2012 19:00:24 -0400 Subject: [PATCH] Putting ArduinoISP back to 19200 baud. From 9600. And lowering the delay in the heartbeat from 40 to 20, which seems to fix things again. --- programmers.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/programmers.txt b/programmers.txt index 43e8d95..c34b88c 100644 --- a/programmers.txt +++ b/programmers.txt @@ -23,4 +23,4 @@ parallel.force=true arduinoisp.name=Arduino as ISP arduinoisp.communication=serial arduinoisp.protocol=stk500v1 -arduinoisp.speed=9600 +arduinoisp.speed=19200