Skip to content

Commit af9dfcc

Browse files
authored
Update QT Py flash size
1 parent dac047d commit af9dfcc

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

ports/raspberrypi/boards/qtpy_rp2040/mpconfigboard.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,5 +13,5 @@
1313
// #define DEFAULT_UART_BUS_RX (&pin_PA11)
1414
// #define DEFAULT_UART_BUS_TX (&pin_PA10)
1515

16-
// Flash chip is GD25Q32 connected over QSPI
17-
#define TOTAL_FLASH_SIZE (4 * 1024 * 1024)
16+
// Flash chip is GD25Q64 connected over QSPI
17+
#define TOTAL_FLASH_SIZE (8 * 1024 * 1024)

0 commit comments

Comments
 (0)