10000 Update product/manufacturer to describe the board. · flummer/circuitpython@ac5014a · GitHub
[go: up one dir, main page]

Skip to content

Commit ac5014a

Browse files
authored
Update product/manufacturer to describe the board.
1 parent 6ef28ae commit ac5014a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

ports/espressif/boards/red-s2-wroom/mpconfigboard.mk

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
USB_VID = 0x303A
22
USB_PID = 0x82C4
3-
USB_PRODUCT = "ESP32-S2"
4-
USB_MANUFACTURER = "Espressif"
3+
USB_PRODUCT = "ESP32-S2-WROOM"
4+
USB_MANUFACTURER = "Unknown"
55

66
IDF_TARGET = esp32s2
77

0 commit comments

Comments
 (0)
0