Commit 8b9b26d
committed
fix(boards): Correct PID port property in "Bee Data Logger" board def
VID and PID port property values are hexadecimal literals and thus use the standard "0x" prefix.
Previously, this prefix was missing from the PID port property association in the definition of the
board definition of "Bee Data Logger" board. This typo caused ports having the 0x303a, 0x815C
VID/PID pair to not be identified as a "Bee Data Logger" board as intended.1 parent 0b8eede commit 8b9b26d
1 file changed
+2
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
34347 | 34347 | | |
34348 | 34348 | | |
34349 | 34349 | | |
34350 | | - | |
| 34350 | + | |
34351 | 34351 | | |
34352 | | - | |
| 34352 | + | |
34353 | 34353 | | |
34354 | 34354 | | |
34355 | 34355 | | |
| |||
0 commit comments