esp-nvs-js
    Preparing search index...

    Function nvs_iterate_value

    • Iterates over all cached key-value-pairs in namespace

      Parameters

      • cache: nvs_cache

        Cache storing parsed NVS entries

      • ns: number

        Namespace index

      Returns Generator<[string, nvs_value], void, void>

      Key and value in specified namespace

      Cache not fully parsed or corrupt