mirror of
https://github.com/ttrftech/NanoVNA.git
synced 2026-04-07 07:24:05 +00:00
add keypad for freq and scale, add save menu
This commit is contained in:
parent
3323e116a3
commit
a50517bf3f
6 changed files with 566 additions and 184 deletions
2
flash.c
2
flash.c
|
|
@ -113,6 +113,8 @@ caldata_recall(int id)
|
|||
|
||||
if (id < 0 || id >= SAVEAREA_MAX)
|
||||
return -1;
|
||||
|
||||
// point to saved area on the flash memory
|
||||
src = (config_t*)saveareas[id];
|
||||
|
||||
if (src->magic != CONFIG_MAGIC)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue