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
I have worked on this and have a branch locally I would like to push upstream to get feedback on.
It turned out to be pretty simple and allows for up to 64k of EERPROM storage.
Please advise on how I should proceed.
Thank you,
Jason
The text was updated successfully, but these errors were encountered:
Fork the CS repo to your github and then push your local branch there and we'll have a look at it.
It is probably simple. If I remember correct, on ESP32 one needs to commit all changes to EEPROM in a seperate call as writes do not immidiately get copied to persistent storage.
I have worked on this and have a branch locally I would like to push upstream to get feedback on.
It turned out to be pretty simple and allows for up to 64k of EERPROM storage.
Please advise on how I should proceed.
Thank you,
Jason
The text was updated successfully, but these errors were encountered: