Skip to content

Commit

Permalink
RPI_PICO_PPP: Tweak flash/fw alloc to fit PPP support.
Browse files Browse the repository at this point in the history
  • Loading branch information
Gadgetoid committed Jul 15, 2024
1 parent d0b0ebf commit 427d881
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion micropython/board/RPI_PICO_PPP/mpconfigboard.h
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
// Board and hardware specific configuration
#define MICROPY_HW_BOARD_NAME "Raspberry Pi Pico"
#define MICROPY_HW_FLASH_STORAGE_BYTES (1408 * 1024)
#define MICROPY_HW_FLASH_STORAGE_BYTES (1024 * 1024)

// Enable networking.
#define MICROPY_PY_NETWORK 1
Expand Down

0 comments on commit 427d881

Please sign in to comment.