Skip to content

Commit

Permalink
rp2/boards/ARDUINO_NANO_RP2040_CONNECT: Increase flash storage space.
Browse files Browse the repository at this point in the history
Fixes issue micropython#13512.

Signed-off-by: iabdalkader <i.abdalkader@gmail.com>
  • Loading branch information
iabdalkader authored and dpgeorge committed Jan 26, 2024
1 parent bf62145 commit 8d9d74b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

// Board and hardware specific configuration
#define MICROPY_HW_BOARD_NAME "Arduino Nano RP2040 Connect"
#define MICROPY_HW_FLASH_STORAGE_BYTES (8 * 1024 * 1024)
#define MICROPY_HW_FLASH_STORAGE_BYTES (14 * 1024 * 1024)

// Network config
#define MICROPY_PY_NETWORK_HOSTNAME_DEFAULT "mpy-nano-rp2040-connect"
Expand Down

0 comments on commit 8d9d74b

Please sign in to comment.