Skip to content

Commit

Permalink
Support all adafruit boards (#68)
Browse files Browse the repository at this point in the history
we have dozens :) this will make sure they always work!
  • Loading branch information
ladyada authored and reillyeon committed Aug 26, 2019
1 parent 6127a03 commit 42c7bcd
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions demos/serial.js
Original file line number Diff line number Diff line change
Expand Up @@ -23,9 +23,7 @@ var serial = {};
{ 'vendorId': 0x2341, 'productId': 0x8055 }, // Arduino MKR NB 1500
{ 'vendorId': 0x2341, 'productId': 0x8056 }, // Arduino MKR Vidor 4000
{ 'vendorId': 0x2341, 'productId': 0x8057 }, // Arduino NANO 33 IoT
{ 'vendorId': 0x239A, 'productId': 0x000E }, // Adafruit ItsyBitsy 32u4
{ 'vendorId': 0x239A, 'productId': 0x800D }, // Adafruit ItsyBitsy 32u4
{ 'vendorId': 0x239A, 'productId': 0x801B }, // Adafruit Feather M0 Express
{ 'vendorId': 0x239A }, // Adafruit Boards!
];
return navigator.usb.requestDevice({ 'filters': filters }).then(
device => new serial.Port(device)
Expand Down

0 comments on commit 42c7bcd

Please sign in to comment.