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
Everyone coding with me have to change them too.
So is there a way not change the code in esp-idf but in user code?
Like make VolToPart not const or other beautiful way to do this?
The text was updated successfully, but these errors were encountered:
github-actionsbot
changed the title
VolToPart use const in fatfs.
VolToPart use const in fatfs. (IDFGH-13211)
Jul 8, 2024
Yes, this is something which can be improved. Right now creating more partitions on the same storage device is not trivial. Will look into this. Thank you for your comment.
Answers checklist.
General issue report
When I want to use two partition in one emmc, I have to change the code in diskio.c like this.
change to:
Everyone coding with me have to change them too.
So is there a way not change the code in esp-idf but in user code?
Like make VolToPart not const or other beautiful way to do this?
The text was updated successfully, but these errors were encountered: