You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
For the ESP32-S3 Dev Module, the 8MB partition scheme is listed as "8M Flash (3MB APP/1.5MB FAT)", but the corresponding default_8MB.csv file shows SPIFFS is used, not FAT. For consistency with other partition schemes, the relevant boards.txt line should be something like: esp32s3.menu.PartitionScheme.default_8MB=8M Flash (3MB APP/1.5MB SPIFFS)
There is also a lack of consistency between the various partition scheme labels: ffat/FAT/FATFS, spiffs/SPIFFS, two entries labeled as default, etc.
Sketch
N/A
Debug Message
N/A
Other Steps to Reproduce
No response
I have checked existing issues, online documentation and the Troubleshooting Guide
I confirm I have checked existing issues, online documentation and Troubleshooting guide.
The text was updated successfully, but these errors were encountered:
Board
ESP32-S3-DevKitC
Device Description
N/A
Hardware Configuration
N/A
Version
v2.0.4
IDE Name
Arduino IDE
Operating System
Windows 10
Flash frequency
N/A
PSRAM enabled
yes
Upload speed
N/A
Description
For the ESP32-S3 Dev Module, the 8MB partition scheme is listed as "8M Flash (3MB APP/1.5MB FAT)", but the corresponding default_8MB.csv file shows SPIFFS is used, not FAT. For consistency with other partition schemes, the relevant boards.txt line should be something like:
esp32s3.menu.PartitionScheme.default_8MB=8M Flash (3MB APP/1.5MB SPIFFS)
There is also a lack of consistency between the various partition scheme labels: ffat/FAT/FATFS, spiffs/SPIFFS, two entries labeled as default, etc.
Sketch
Debug Message
Other Steps to Reproduce
No response
I have checked existing issues, online documentation and the Troubleshooting Guide
The text was updated successfully, but these errors were encountered: