From 461f4800ffba96773ae17e4336176d4f2cc88e35 Mon Sep 17 00:00:00 2001 From: divenglide Date: Wed, 4 May 2016 22:41:35 +0100 Subject: [PATCH] Update autoSerial.py I am having trouble uploading the firmware to my Arduino from the web interface and spotted a recent forum post about the device name in the autoSerial.py - I am hoping that is what is causing my issues! --- autoSerial.py | 1 + 1 file changed, 1 insertion(+) diff --git a/autoSerial.py b/autoSerial.py index e5ab2d7..459df6c 100644 --- a/autoSerial.py +++ b/autoSerial.py @@ -10,6 +10,7 @@ {'vid': 0x2341, 'pid': 0x8036, 'name': "Arduino Leonardo"}, {'vid': 0x2341, 'pid': 0x0036, 'name': "Arduino Leonardo Bootloader"}, {'vid': 0x2341, 'pid': 0x0043, 'name': "Arduino Uno"}, + {'vid': 0x2341, 'pid': 0x0243, 'name': "Arduino SA"}, {'vid': 0x2341, 'pid': 0x0001, 'name': "Arduino Uno"}, {'vid': 0x2a03, 'pid': 0x0010, 'name': "Arduino Mega2560"}, {'vid': 0x2a03, 'pid': 0x8036, 'name': "Arduino Leonardo"},