-
Notifications
You must be signed in to change notification settings - Fork 7.6k
Update Preferences.cpp to include nvs_commit() on three methods #4972
New issue
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
Comments
Correction to my suggested changes for the end() and clear() methods to fix a coding error in writing to log_e().
and
|
[STALE_SET] This issue has been automatically marked as stale because it has not had recent activity. It will be closed in 14 days if no further activity occurs. Thank you for your contributions. |
Bump. What is the review process? Thanks. |
You closed the pull request. The review process only happens on active pull requests 😄 |
Argh! Can you tell I’m new to GitHub? 😬
On Jun 19, 2021, at 9:51 AM, lbernstone ***@***.***> wrote:
You closed the pull request. The review process only happens on active pull requests 😄
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub <#4972 (comment)>, or unsubscribe <https://github.com/notifications/unsubscribe-auth/AGVOU5OKZDPKJTRKHNE6P4DTTS4HPANCNFSM4ZWDW4CQ>.
|
[STALE_CLR] This issue has been removed from the stale queue. Please ensure activity to keep it openin the future. |
[STALE_SET] This issue has been automatically marked as stale because it has not had recent activity. It will be closed in 14 days if no further activity occurs. Thank you for your contributions. |
[STALE_DEL] This stale issue has been automatically closed. Thank you for your contributions. |
In Preferences.cpp, the functions:
should be revised to include a call to
nvs_commit()
as required per
Non-volatile storage library
when using
Suggested changes:
The text was updated successfully, but these errors were encountered: