8000 WAVESHARE_RP2040_PLUS_16MB/mpconfigboard.h: Fix boardname. · micropython/micropython@b506131 · GitHub
[go: up one dir, main page]

Skip to content

Commit b506131

Browse files
committed
WAVESHARE_RP2040_PLUS_16MB/mpconfigboard.h: Fix boardname.
Update the MICROPY_HW_BOARD_NAME parameter with the correct name indicating 16MB of flash rather than 4MB. Signed-off-by: RetiredWizard <github@retiredwizard.com>
1 parent 1660981 commit b506131

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#define MICROPY_HW_BOARD_NAME "Waveshare RP2040-Plus 4MB"
1+
#define MICROPY_HW_BOARD_NAME "Waveshare RP2040-Plus 16MB"
22

33
// Allow 1MB for the firmware image itself, allocate the remainder to the filesystem
44
#define MICROPY_HW_FLASH_STORAGE_BYTES (PICO_FLASH_SIZE_BYTES - (640 * 1024))

0 commit comments

Comments
 (0)
0