diff options
| author | Lucian Copeland <hierophect@gmail.com> | 2020-04-30 14:49:47 -0400 |
|---|---|---|
| committer | Lucian Copeland <hierophect@gmail.com> | 2020-04-30 14:49:47 -0400 |
| commit | 435aa3d055644c130ca392d62972003c1f96be72 (patch) | |
| tree | 83e58199ba05cc5ccfc0a9098313f28e8113c7fc | |
| parent | f44e1d6a8dad0e7dff0d067b3cc7e825a0f2bacb (diff) | |
Add correct PID for the OpenMV
| -rw-r--r-- | ports/stm/boards/openmv_h7/mpconfigboard.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ports/stm/boards/openmv_h7/mpconfigboard.mk b/ports/stm/boards/openmv_h7/mpconfigboard.mk index f28500a93..242dac52c 100644 --- a/ports/stm/boards/openmv_h7/mpconfigboard.mk +++ b/ports/stm/boards/openmv_h7/mpconfigboard.mk @@ -1,5 +1,5 @@ USB_VID = 0x239A -USB_PID = 0x8098 +USB_PID = 0x80A4 USB_PRODUCT = "OpenMV-H7 R1" USB_MANUFACTURER = "OpenMV, LLC" USB_DEVICES = "CDC,MSC" |
