-
Notifications
You must be signed in to change notification settings - Fork 7.7k
Closed
Labels
Status: In Progress ⚠️Issue is in progressIssue is in progressType: Feature requestFeature request for Arduino ESP32Feature request for Arduino ESP32
Milestone
Description
Related area
Board support
Hardware specification
ESP32 Wrover Kit (all versions)
Is your feature request related to a problem?
Default 8MB partition is defined for ESP32 Wrover Kit (all versions), but default 16MB partition is not defined
Describe the solution you'd like
Add this lines to boards.txt file:
esp32wroverkit.menu.FlashSize.16M.build.partitions=default_16MB
esp32wroverkit.menu.PartitionScheme.default_16MB=16M with spiffs (6.25MB APP/3.43MB SPIFFS)
esp32wroverkit.menu.PartitionScheme.default_16MB.build.partitions=default_16MB
esp32wroverkit.menu.PartitionScheme.default_16MB.upload.maximum_size=6553600
Thank you :-)
Describe alternatives you've considered
No response
Additional context
No response
I have checked existing list of Feature requests and the Contribution Guide
- I confirm I have checked existing list of Feature requests and Contribution Guide.
Metadata
Metadata
Assignees
Labels
Status: In Progress ⚠️Issue is in progressIssue is in progressType: Feature requestFeature request for Arduino ESP32Feature request for Arduino ESP32