We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Board support
ESP32 Wrover Kit (all versions)
Default 8MB partition is defined for ESP32 Wrover Kit (all versions), but default 16MB partition is not defined
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 :-)
No response
The text was updated successfully, but these errors were encountered:
Hi @tutotio, can you handle to open a PR with proposed change? :)
Sorry, something went wrong.
P-R-O-C-H-Y
Successfully merging a pull request may close this issue.
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:
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
The text was updated successfully, but these errors were encountered: