iabdalkader
3 years ago
committed by
Damien George
1 changed files with 3 additions and 0 deletions
@ -1,3 +1,6 @@ |
|||||
// Board and hardware specific configuration
|
// Board and hardware specific configuration
|
||||
#define MICROPY_HW_BOARD_NAME "Adafruit Feather RP2040" |
#define MICROPY_HW_BOARD_NAME "Adafruit Feather RP2040" |
||||
#define MICROPY_HW_FLASH_STORAGE_BYTES (3072 * 1024) |
#define MICROPY_HW_FLASH_STORAGE_BYTES (3072 * 1024) |
||||
|
|
||||
|
#define MICROPY_HW_USB_VID (0x239A) |
||||
|
#define MICROPY_HW_USB_PID (0x80F2) |
||||
|
Loading…
Reference in new issue