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 f130118 commit 9a36a5dCopy full SHA for 9a36a5d
micropython/board/RPI_PICO_PINT/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 (848 * 1024)
4
5
// Enable networking.
6
#define MICROPY_PY_NETWORK 1
0 commit comments