Skip to content
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

nvs: support StorageIterate #249

Draft
wants to merge 2 commits into
base: master
Choose a base branch
from
Draft

Commits on May 10, 2023

  1. nvs: support StorageIterate

    This implements `StorageIterate` for `EspNvs`. Note that while the
    `Error` on iteration is setup to work, the actual implementation in
    esp-idf does not return any errors during iteration (other than "Not
    Found", indicating iteration is complete). As a result, `next()` will
    always return `Some(Ok(...))` or `None` and never `Some(Err(...))`.
    codyps committed May 10, 2023
    Configuration menu
    Copy the full SHA
    952fd64 View commit details
    Browse the repository at this point in the history

Commits on May 11, 2023

  1. remove name_cstr

    codyps committed May 11, 2023
    Configuration menu
    Copy the full SHA
    3294c72 View commit details
    Browse the repository at this point in the history