Skip to content

Commit 7d915db

Browse files
committed
edited PID and VID info
1 parent bfffc71 commit 7d915db

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed
Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
1-
USB_VID = 0x239A
2-
USB_PID = 0x80F4
3-
USB_PRODUCT = "Pico"
4-
USB_MANUFACTURER = "Raspberry Pi"
1+
USB_VID = 0x2E8A
2+
USB_PID = 0x105E
3+
USB_PRODUCT = "Raspberry Breadstick"
4+
USB_MANUFACTURER = "J&R Creative Technologies Inc."
55

66
CHIP_VARIANT = RP2040
77
CHIP_FAMILY = rp2
@@ -12,5 +12,5 @@ CIRCUITPY__EVE = 1
1212
CIRCUITPY_PICODVI = 1
1313

1414
# Include these Python libraries in firmware.
15-
#FROZEN_MPY_DIRS += $(TOP)/frozen/Adafruit_CircuitPython_LSM6DS/frozen_cpx
16-
#FROZEN_MPY_DIRS += $(TOP)/frozen/Adafruit_CircuitPython_DotStar/frozen_cpx
15+
FROZEN_MPY_DIRS += $(TOP)/frozen/Adafruit_CircuitPython_LSM6DS/
16+
FROZEN_MPY_DIRS += $(TOP)/frozen/Adafruit_CircuitPython_DotStar/

0 commit comments

Comments
 (0)