mirror of
https://github.com/espressif/esp-idf.git
synced 2024-10-05 20:47:46 -04:00
Typo fix in cmd_nvs.c
This commit is contained in:
parent
606557b48b
commit
02bc5df476
@ -538,7 +538,7 @@ void register_nvs(void)
|
||||
.help = "Set key-value pair in selected namespace.\n"
|
||||
"Examples:\n"
|
||||
" nvs_set VarName i32 -v 123 \n"
|
||||
" nvs_set VarName srt -v YourString \n"
|
||||
" nvs_set VarName str -v YourString \n"
|
||||
" nvs_set VarName blob -v 0123456789abcdef \n",
|
||||
.hint = NULL,
|
||||
.func = &set_value,
|
||||
|
Loading…
x
Reference in New Issue
Block a user