diff options
| author | David A. Mellis <d.mellis@arduino.cc> | 2012-03-15 19:00:24 -0400 |
|---|---|---|
| committer | David A. Mellis <d.mellis@arduino.cc> | 2012-03-15 19:02:08 -0400 |
| commit | 9a8976ce56bcdb70815dd58c1764d9e5c3b6fe95 (patch) | |
| tree | 9b478745230faee076b1f91431191e5b3a6d69e3 | |
| parent | 4fade7007fbe2049f4f7a3867c9f9a76f8c06db1 (diff) | |
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.
| -rw-r--r-- | programmers.txt | 2 |
1 files changed, 1 insertions, 1 deletions
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 |
