Skip to content

Commit

Permalink
doc: add guide on clearconfig
Browse files Browse the repository at this point in the history
  • Loading branch information
edy555 committed Nov 6, 2019
1 parent 6dcfe03 commit e6035a5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions main.c
Original file line number Diff line number Diff line change
Expand Up @@ -388,6 +388,7 @@ static void cmd_clearconfig(BaseSequentialStream *chp, int argc, char *argv[])

clear_all_config_prop_data();
chprintf(chp, "Config and all cal data cleared.\r\n");
chprintf(chp, "Do reset manually to take effect. Then do touch cal and save.\r\n");
}

static struct {
Expand Down

0 comments on commit e6035a5

Please sign in to comment.