mirror of
https://github.com/ttrftech/NanoVNA.git
synced 2025-12-06 03:31:59 +01:00
doc: add guide on clearconfig
This commit is contained in:
parent
6dcfe03ef0
commit
e6035a5d96
1
main.c
1
main.c
|
|
@ -388,6 +388,7 @@ static void cmd_clearconfig(BaseSequentialStream *chp, int argc, char *argv[])
|
||||||
|
|
||||||
clear_all_config_prop_data();
|
clear_all_config_prop_data();
|
||||||
chprintf(chp, "Config and all cal data cleared.\r\n");
|
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 {
|
static struct {
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue