This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// Example use of the iterator. Intended for the ESP32 console | |
// Caveat emptor: No express or implied warranty, functionality | |
// or fitness for any particular purpose | |
.... | |
static int nvsdump_cmd(int argc, char** argv) | |
{ | |
bool all = argc == 2 && *argv[1] == '*'; |