Skip to content

Instantly share code, notes, and snippets.

View armink's full-sized avatar

朱天龙 (Armink) armink

View GitHub Profile
// 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] == '*';