Ok so i am trying to flash a hex file onto my arduino pro micro following this sorta guide:
And I am really struggling with step 2. The problem that i am having is that my thing (Not sure what to call it) looks like this:
""C:\Program Files (x86)\Arduino\hardware\tools\avr/bin/avrdude" "-CC:\Program Files (x86)\Arduino\hardware\tools\avr/etc/avrdude.conf" -v -patmega32u4 -cavr109 -PCOM5 -b57600 -D -Uflash:wC:"\Users\My Name\Desktop\Layout\layout.hex:i""
I am getting a this error:
'""C:\Program' is not recognized as an internal or external command,
operable program or batch file.
Which i tried fixing with the speech marks following these recommendations:
So that's the issue i am probably making one minor mistake or many major ones, but you help would be greatly appreciated.