esp-nvs-js
    Preparing search index...

    Function nvs_pages_lookup

    • Fetches NVS partition from device and adds its pages to the specified addresses list

      Parameters

      • loader: ESPLoader

        Connected ESPTool loader with stub running

      • addr_list: number[]

        Empty list of NVS page addresses to append the extracted addresses to

      • Optionalname: string = "nvs"

        Partition name to get the page addresses for

      • Optionaladdr: number = 0x8000

        Address of the partition table

      Returns Promise<boolean>

      Indicates if NVS partition was found or not

      Any ESPLoader exceptions

      Partition already set