mirror of
https://github.com/ttrftech/NanoVNA.git
synced 2026-04-07 23:44:00 +00:00
save trace and marker data
This commit is contained in:
parent
38d6a50047
commit
f0eaa108ad
4 changed files with 29 additions and 8 deletions
4
flash.c
4
flash.c
|
|
@ -111,10 +111,8 @@ caldata_recall(int id)
|
|||
if (checksum(src, sizeof(config_t)) != 0)
|
||||
return -1;
|
||||
|
||||
#if 0
|
||||
memcpy(dst, src, sizeof(config_t));
|
||||
#else
|
||||
active = src;
|
||||
#endif
|
||||
|
||||
return 0;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue