probe-web / @probe-web/devices / PROBE_VENDOR_IDS
Variable: PROBE_VENDOR_IDS
ts
const PROBE_VENDOR_IDS: Record<number, string>;Defined in: index.ts:31
Vendor IDs of probes probe-rs has drivers for, with a display name. These are the chooser filters of requestProbe. CMSIS-DAP probes are detected by interface, not VID, so requestProbe({ any: true }) exists.