Skip to content

Commit

Permalink
serial usb update
Browse files Browse the repository at this point in the history
  • Loading branch information
WayneKeenan committed Sep 19, 2024
1 parent 4ee7368 commit fa7a28f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions serial/serial.js
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,8 @@ var serial = {};
})
.then(() => {
var interfaces = this.device_.configuration.interfaces;
console.log("interfaces:", JSON.stringify(interfaces));

interfaces.forEach(element => {
element.alternates.forEach(elementalt => {
if (elementalt.interfaceClass==0xeF) {
Expand Down

0 comments on commit fa7a28f

Please sign in to comment.