Skip to content

Commit 427d881

Browse files
committed
RPI_PICO_PPP: Tweak flash/fw alloc to fit PPP support.
1 parent d0b0ebf commit 427d881

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

micropython/board/RPI_PICO_PPP/mpconfigboard.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
// Board and hardware specific configuration
22
#define MICROPY_HW_BOARD_NAME "Raspberry Pi Pico"
3-
#define MICROPY_HW_FLASH_STORAGE_BYTES (1408 * 1024)
3+
#define MICROPY_HW_FLASH_STORAGE_BYTES (1024 * 1024)
44

55
// Enable networking.
66
#define MICROPY_PY_NETWORK 1

0 commit comments

Comments
 (0)