Skip to content

Commit 64d3b89

Browse files
authored
ports/rp2/boards: Change IoT Node LoRaWAN flash to 14MiB
Signed-off-by: Dryw Wade <[email protected]>
1 parent 5a68f3c commit 64d3b89

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ports/rp2/boards/SPARKFUN_IOTNODE_LORAWAN_RP2350/mpconfigboard.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
// Board and hardware specific configuration
22
#define MICROPY_HW_BOARD_NAME "SparkFun IoT Node LoRaWAN"
3-
#define MICROPY_HW_FLASH_STORAGE_BYTES (15 * 1024 * 1024)
3+
#define MICROPY_HW_FLASH_STORAGE_BYTES (14 * 1024 * 1024)
44

55
#define MICROPY_HW_USB_VID (0x1B4F)
66
#define MICROPY_HW_USB_PID (0x0044)

0 commit comments

Comments
 (0)