Skip to content

Commit 3ee76bd

Browse files
kkasperczyk-norlubos
authored andcommitted
applications: Fixed USB VID for Matter weather station
Matter weather station has incorrect USB VID (non-Nordic) and because of that it's not correctly handled by Nordic tools Signed-off-by: Kamil Kasperczyk <[email protected]> (cherry picked from commit 847b2cc)
1 parent 0ed7573 commit 3ee76bd

File tree

1 file changed

+1
-0
lines changed
  • applications/matter_weather_station

1 file changed

+1
-0
lines changed

applications/matter_weather_station/prj.conf

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -75,6 +75,7 @@ CONFIG_SHELL_LOG_BACKEND=y
7575
# Configure USB CDC ACM
7676
CONFIG_USB_DEVICE_INITIALIZE_AT_BOOT=n
7777
CONFIG_USB_DEVICE_PRODUCT="Thingy:53 Matter Weather"
78+
CONFIG_USB_DEVICE_VID=0x1915
7879
CONFIG_USB_DEVICE_PID=0x530D
7980
CONFIG_UART_LINE_CTRL=y
8081
CONFIG_SHELL_BACKEND_SERIAL_INIT_PRIORITY=51

0 commit comments

Comments
 (0)