Skip to content

Commit 0e26ab4

Browse files
committed
update USB_MANUFACTURER for senseBox boards
1 parent 38d7bec commit 0e26ab4

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

ports/espressif/boards/sensebox_eye_esp32s3/mpconfigboard.mk

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ USB_VID = 0x303A
22
USB_PID = 0x82D2
33

44
USB_PRODUCT = "senseBox-eye ESP32S3"
5-
USB_MANUFACTURER = "Espressif"
5+
USB_MANUFACTURER = "senseBox"
66

77
IDF_TARGET = esp32s3
88

ports/espressif/boards/sensebox_mcu_esp32s2/mpconfigboard.mk

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
USB_VID = 0x303A
22
USB_PID = 0x81B9
33
USB_PRODUCT = "senseBox MCU-S2 ESP32S2"
4-
USB_MANUFACTURER = "Espressif"
4+
USB_MANUFACTURER = "senseBox"
55

66
IDF_TARGET = esp32s2
77

0 commit comments

Comments
 (0)