Skip to content

Commit

Permalink
Reduced Yukon usable flash to allow for "seamless" switching to W build
Browse files Browse the repository at this point in the history
  • Loading branch information
ZodiusInfuser committed Dec 9, 2024
1 parent d8d9075 commit 07a23a1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion firmware/PIMORONI_YUKON/mpconfigboard.h
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
// This is a hack! Need to replace with upstream board definition.
#define MICROPY_HW_BOARD_NAME "Pimoroni Yukon"
#define MICROPY_HW_FLASH_STORAGE_BYTES (15 * 1024 * 1024)
#define MICROPY_HW_FLASH_STORAGE_BYTES (14160 * 1024)

#define MICROPY_HW_USB_VID (0x2E8A)
#define MICROPY_HW_USB_PID (0x105B)
Expand Down

0 comments on commit 07a23a1

Please sign in to comment.