Use official USB VID/PID pair (1209:2609)
As registered with pid.codes:
https://github.com/pidcodes/pidcodes.github.com/pull/757
s-ol
10 hours ago
4 | 4 |
import config as board
|
5 | 5 |
|
6 | 6 |
try:
|
7 | |
supervisor.swet_usb_identification("s-ol", "0x33.board", 0x732D, 0x3362)
|
|
7 |
supervisor.swet_usb_identification("s-ol", "0x33.board", 0x1209, 0x2609)
|
8 | 8 |
except AttributeError:
|
9 | 9 |
pass
|
10 | 10 |
|