From 61c04bc658bb6f2b138273afd058fc1823618726 Mon Sep 17 00:00:00 2001 From: Jarno Lehtinen Date: Wed, 7 Aug 2019 00:25:37 +0300 Subject: [PATCH] Update README.md --- PS2_Soarer_Converter/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/PS2_Soarer_Converter/README.md b/PS2_Soarer_Converter/README.md index 313c298..da0e81f 100644 --- a/PS2_Soarer_Converter/README.md +++ b/PS2_Soarer_Converter/README.md @@ -51,7 +51,7 @@ https://sourceforge.net/projects/winavr/ ``` avrdude -p m32u4 -b 57600 -P com5 -c avr109 -U flash:w:Soarer_at2usb_v1.12_atmega32u4.hex ``` -If you have Windows 10 and installed Arduino IDE: +If you have Windows 10 and installed Arduino IDE you can flash directly from PowerShell: ``` & "C:\Program Files (x86)\Arduino\hardware\tools\avr\bin\avrdude.exe" -C "C:\Program Files (x86)\Arduino\hardware\tools\avr\etc\avrdude.conf" -p m32u4 -b 57600 -P com5 -c avr109 -U flash:w:Soarer_at2usb_v1.12_atmega32u4.hex ```