We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d0b0ebf commit 427d881Copy full SHA for 427d881
micropython/board/RPI_PICO_PPP/mpconfigboard.h
@@ -1,6 +1,6 @@
1
// Board and hardware specific configuration
2
#define MICROPY_HW_BOARD_NAME "Raspberry Pi Pico"
3
-#define MICROPY_HW_FLASH_STORAGE_BYTES (1408 * 1024)
+#define MICROPY_HW_FLASH_STORAGE_BYTES (1024 * 1024)
4
5
// Enable networking.
6
#define MICROPY_PY_NETWORK 1
0 commit comments