"Warning: Your Pico’s file system is 128kB in size"
Is that correct ?
Code: Select all
>>> import os
>>> os.statvfs("/")
(4096, 4096, 354, 349, 349, 0, 0, 0, 0, 255)
That matches with the 'rp2_flash.c' definition -
#define MICROPY_HW_FLASH_STORAGE_BYTES (1408 * 1024)