Replies: 1 comment 3 replies
-
The default partition table for the flash storage on the ESP32 WROOM images is for a 4MB flash system. You have two options:
|
Beta Was this translation helpful? Give feedback.
-
The default partition table for the flash storage on the ESP32 WROOM images is for a 4MB flash system. You have two options:
|
Beta Was this translation helpful? Give feedback.
-
Hi everyone,
I'm using an ESP32-WROOM-32 module which has 16 MB of flash memory. However, when I check the filesystem size using the os module in MicroPython, it only shows 2 MB.
Here is the code I'm using to check the filesystem size:
Beta Was this translation helpful? Give feedback.
All reactions