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 bf62145 commit 8d9d74bCopy full SHA for 8d9d74b
ports/rp2/boards/ARDUINO_NANO_RP2040_CONNECT/mpconfigboard.h
@@ -2,7 +2,7 @@
2
3
// Board and hardware specific configuration
4
#define MICROPY_HW_BOARD_NAME "Arduino Nano RP2040 Connect"
5
-#define MICROPY_HW_FLASH_STORAGE_BYTES (8 * 1024 * 1024)
+#define MICROPY_HW_FLASH_STORAGE_BYTES (14 * 1024 * 1024)
6
7
// Network config
8
#define MICROPY_PY_NETWORK_HOSTNAME_DEFAULT "mpy-nano-rp2040-connect"
0 commit comments