Browse Source
Display index for serail connection page
pull/44/head
Sacha Weatherstone
4 years ago
No known key found for this signature in database
GPG Key ID: 7AB2D7E206124B31
1 changed files with
1 additions and
1 deletions
-
src/components/PageComponents/Connect/Serial.tsx
|
|
|
@ -59,7 +59,7 @@ export const Serial = (): JSX.Element => { |
|
|
|
void onConnect(port); |
|
|
|
}} |
|
|
|
> |
|
|
|
{port.getInfo().usbVendorId} - {port.getInfo().usbProductId} |
|
|
|
# {index} - {port.getInfo().usbVendorId} - {port.getInfo().usbProductId} |
|
|
|
</Button> |
|
|
|
))} |
|
|
|
{serialPorts.length === 0 && ( |
|
|
|
|