mirror of
https://github.com/ttrftech/NanoVNA.git
synced 2026-04-21 06:14:05 +00:00
fixed: update interpolation status on changing sweep freq from serial #84
This commit is contained in:
parent
55cacef4d4
commit
85c8b5c893
1 changed files with 1 additions and 0 deletions
1
main.c
1
main.c
|
|
@ -1325,6 +1325,7 @@ cal_interpolate(int s)
|
|||
}
|
||||
|
||||
cal_status |= src->_cal_status | CALSTAT_APPLY | CALSTAT_INTERPOLATED;
|
||||
redraw_request |= REDRAW_CAL_STATUS;
|
||||
}
|
||||
|
||||
static void cmd_cal(BaseSequentialStream *chp, int argc, char *argv[])
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue