Skip to content

Commit ad93dd9

Browse files
committed
Proper VID/PID
1 parent cb468b8 commit ad93dd9

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

ports/espressif/boards/waveshare_esp32_s3_amoled_241/mpconfigboard.mk

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,8 @@
55
CIRCUITPY_CREATOR_ID = 0x57415645 # 'WAVE' (Waveshare)
66
CIRCUITPY_CREATION_ID = 0x41323431 # 'A241' (AMOLED 2.41)
77

8-
# USB identifiers - from Arduino pins_arduino.h
98
USB_VID = 0x303A
10-
USB_PID = 0x82CE
9+
USB_PID = 0x8278
1110
USB_MANUFACTURER = "Waveshare"
1211
USB_PRODUCT = "ESP32-S3-Touch-AMOLED-2.41"
1312

0 commit comments

Comments
 (0)