Asynchronously iterates over all NVS entries
Parses all NVS entries on device
Connects to device
Fetches NVS partition from device If no partition have been specified before parsing, default NVS page will automatically be fetched from partition table
OptionalpartitionName: stringPartition name to get the page addresses for
Optionaladdr: numberAddress of the partition table
Gets the internal entry for the specified key in the specified namespace
Namespace to find the key in
Key to find the value for
Found entry or null if not found
Gets the value for the specified key in the specified namespace
Namespace to find the key in
Key to find the value for
Parses next NVS entry and adds it to the cache
Parsed entry or null if no more entries are available on any of the registered NVS pages
Gets all data as HTML table
Gets all data as JSON
ESPLoader from ESPTool library or WebSerial SerialPort