On modifie la partition de notre RAM pour accueillir la nouvelle version de MicroPython. Pour cela, on édite le fichier ${dossierProjet}/micropython/ports/esp32/partitions.csv et on modifie comme suit :
nvs, data, nvs, 0x9000, 0x6000,
phy_init, data, phy, 0xf000, 0x1000,
factory, app, factory, 0x10000, 0x2d0000,
vfs, data, fat, 0x2e0000, 0x110000,
ou
Ma dernière version
nvs, data, nvs, 0x9000, 0x6000,
phy_init, data, phy, 0xf000, 0x1000,
factory, app, factory, 0x10000, 0x180000,
vfs, data, fat, 0x200000, 0x200000,