diff options
author | David A. Mellis <d.mellis@arduino.cc> | 2011-12-28 18:43:36 -0500 |
---|---|---|
committer | David A. Mellis <d.mellis@arduino.cc> | 2011-12-28 18:43:36 -0500 |
commit | 51840644864088fc17bef2476fec47e026653d09 (patch) | |
tree | a07823c6dcc20fff5fc81c170ee4cdc134524f2a | |
parent | a9d1368e4c424f17d7d77efeb666f2f7734c7b93 (diff) |
Fixing ArduinoISP sketch by lowering baud rate to 9600 (from 19200).
http://code.google.com/p/arduino/issues/detail?id=661
-rw-r--r-- | programmers.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/programmers.txt b/programmers.txt index b4b12ef..02457d9 100644 --- a/programmers.txt +++ b/programmers.txt @@ -21,4 +21,4 @@ parallel.force=true arduinoisp.name=Arduino as ISP arduinoisp.communication=serial arduinoisp.protocol=stk500v1 -arduinoisp.speed=19200 +arduinoisp.speed=9600 |