Skip to content

Commit 42a0096

Browse files
committed
Added VID and PID for older Arduino Unos
1 parent 0d8e12d commit 42a0096

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

hardware/arduino/avr/boards.txt

+4
Original file line numberDiff line numberDiff line change
@@ -41,8 +41,12 @@ yun.build.extra_flags={build.usb_flags}
4141
##############################################################
4242

4343
uno.name=Arduino Uno
44+
4445
uno.vid.0=0x2341
4546
uno.pid.0=0x0043
47+
uno.vid.1=0x2341
48+
uno.pid.1=0x0001
49+
4650
uno.upload.tool=avrdude
4751
uno.upload.protocol=arduino
4852
uno.upload.maximum_size=32256

0 commit comments

Comments
 (0)