Skip to content
Snippets Groups Projects
Commit a6a4a4f4 authored by nrs1g15's avatar nrs1g15
Browse files

Update README.md

parent 74838904
No related branches found
No related tags found
No related merge requests found
...@@ -30,7 +30,7 @@ Debug and Release .hex HAVE to be added seperately, below is an example for addi ...@@ -30,7 +30,7 @@ Debug and Release .hex HAVE to be added seperately, below is an example for addi
Command: C:\Program Files (x86)\Arduino\hardware\tools\avr\bin\avrdude.exe Command: C:\Program Files (x86)\Arduino\hardware\tools\avr\bin\avrdude.exe
Arguments: -C"C:\Program Files (x86)\Arduino\hardware\tools\avr\etc\avrdude.conf" -patmega328p -carduino -P\\.\COM16 -b57600 -D -Uflash:w:"$(ProjectDir)Release\$(TargetName).hex":i Arguments: -C"C:\Program Files (x86)\Arduino\hardware\tools\avr\etc\avrdude.conf" -patmega328p -carduino -P\\.\COM16 -b57600 -D -Uflash:w:"$(ProjectDir)Release\$(TargetName).hex":i
Title: 328p Release USBasp Title: 328p Debug USBasp
Command: C:\Program Files (x86)\Arduino\hardware\tools\avr\bin\avrdude.exe Command: C:\Program Files (x86)\Arduino\hardware\tools\avr\bin\avrdude.exe
Arguments: -C"C:\Program Files (x86)\Arduino\hardware\tools\avr\etc\avrdude.conf" -patmega328p -carduino -P\\.\COM16 -b57600 -D -Uflash:w:"$(ProjectDir)Debug\$(TargetName).hex":i Arguments: -C"C:\Program Files (x86)\Arduino\hardware\tools\avr\etc\avrdude.conf" -patmega328p -carduino -P\\.\COM16 -b57600 -D -Uflash:w:"$(ProjectDir)Debug\$(TargetName).hex":i
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment