fix: add vendor ids for additional devices

fix: use proper semver parsing for device versions

Fixes #2
This commit is contained in:
2023-11-03 18:24:32 +01:00
parent 88429412b9
commit d2fd84a6b5
4 changed files with 49 additions and 7 deletions

View File

@@ -21,7 +21,7 @@
{$serialPort.device}
{$serialPort.chipset}
<br />
Version {$serialPort.version.map(it => it.toString()).join(".")}
Version {$serialPort.version}
</p>
{/if}