Browse Source

Display index for serail connection page

pull/44/head
Sacha Weatherstone 4 years ago
parent
commit
a145d4f1d5
No known key found for this signature in database GPG Key ID: 7AB2D7E206124B31
  1. 2
      src/components/PageComponents/Connect/Serial.tsx

2
src/components/PageComponents/Connect/Serial.tsx

@ -59,7 +59,7 @@ export const Serial = (): JSX.Element => {
void onConnect(port); void onConnect(port);
}} }}
> >
{port.getInfo().usbVendorId} - {port.getInfo().usbProductId} # {index} - {port.getInfo().usbVendorId} - {port.getInfo().usbProductId}
</Button> </Button>
))} ))}
{serialPorts.length === 0 && ( {serialPorts.length === 0 && (

Loading…
Cancel
Save