Skip to content

Commit 8d9d74b

Browse files
iabdalkaderdpgeorge
authored andcommitted
rp2/boards/ARDUINO_NANO_RP2040_CONNECT: Increase flash storage space.
Fixes issue micropython#13512. Signed-off-by: iabdalkader <[email protected]>
1 parent bf62145 commit 8d9d74b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ports/rp2/boards/ARDUINO_NANO_RP2040_CONNECT/mpconfigboard.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
// Board and hardware specific configuration
44
#define MICROPY_HW_BOARD_NAME "Arduino Nano RP2040 Connect"
5-
#define MICROPY_HW_FLASH_STORAGE_BYTES (8 * 1024 * 1024)
5+
#define MICROPY_HW_FLASH_STORAGE_BYTES (14 * 1024 * 1024)
66

77
// Network config
88
#define MICROPY_PY_NETWORK_HOSTNAME_DEFAULT "mpy-nano-rp2040-connect"

0 commit comments

Comments
 (0)