Changed avrdude flash-command (changed baud-rate)

This commit is contained in:
Alexander B 2019-03-11 10:53:04 +01:00
parent 3b78e14c2a
commit 487d153ec7

View File

@ -8,4 +8,4 @@ Board: Arduino Nano<br>
<br>
<br>
Use avrdude (Flash hex-code to Arduino nano):<br>
avrdude.exe -patmega328p -carduino -Pcom6 -b57600 -D -Uflash:w:"$(ProjectDir)Release\$(TargetName).hex":i<br>
avrdude.exe -patmega328p -carduino -Pcom6 -b115200 -D -Uflash:w:"$(ProjectDir)Release\$(TargetName).hex":i<br>