fixing PID issues with CI Test (whoops)

This commit is contained in:
Seth Kerr 2020-11-24 07:41:32 -05:00
parent e5cee98977
commit 686edcef3f
2 changed files with 3 additions and 3 deletions

View File

@ -1,4 +1,4 @@
#define MICROPY_HW_BOARD_NAME "CP Sapling M0"
#define MICROPY_HW_BOARD_NAME "CP Sapling M0 w/ SPI Flash"
#define MICROPY_HW_MCU_NAME "samd21e18"
#define MICROPY_HW_NEOPIXEL (&pin_PA15)

View File

@ -1,6 +1,6 @@
USB_VID = 0x1209
USB_PID = 0x4DDD
USB_PRODUCT = "CP Sapling"
USB_PID = 0x4DDE
USB_PRODUCT = "CP Sapling M0 w/ SPI Flash"
USB_MANUFACTURER = "Oak Development Technologies"
CHIP_VARIANT = SAMD21E18A