Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: show hex number along with the
unknown
strings (#801)
* Use hex for unknown manufacturer, product IDs in UI * Add missing 0x prefix to hexadecimal output * Use existing hex formatting method instead. * refactor: rearrange to reuse existing values Per request from @robertsLando, evaluation of hexIds is moved above the initialization of deviceConfig. Backtick templates used to generate labels in place of string concatenation to remain consistent with surrounding code. Co-authored-by: Daniel Lando <[email protected]>
- Loading branch information