This is an automated email from the ASF dual-hosted git repository. cederom pushed a commit to branch releases/12.7 in repository https://gitbox.apache.org/repos/asf/nuttx-apps.git
commit a2e76247fbddfbe761061e97c1f177227ce88020 Author: wanggang26 <[email protected]> AuthorDate: Thu Nov 9 22:44:07 2023 +0800 resetcause:restore to factory, factory to factory_inquiry Signed-off-by: wanggang26 <[email protected]> --- nshlib/nsh_syscmds.c | 1 + 1 file changed, 1 insertion(+) diff --git a/nshlib/nsh_syscmds.c b/nshlib/nsh_syscmds.c index dc31238ac..7c7156aad 100644 --- a/nshlib/nsh_syscmds.c +++ b/nshlib/nsh_syscmds.c @@ -119,6 +119,7 @@ static FAR const char * const g_resetflag[] = "panic", "bootloader", "recovery", + "restore", "factory", NULL };
