Typo fix in cmd_nvs.c

This commit is contained in:
Jeff Kent 2021-08-03 23:51:55 -05:00 committed by GitHub
parent 606557b48b
commit 02bc5df476
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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,