mirror of
https://github.com/ttrftech/NanoVNA.git
synced 2025-12-06 03:31:59 +01:00
fixed: update interpolation status on changing sweep freq from serial #84
This commit is contained in:
parent
55cacef4d4
commit
85c8b5c893
1
main.c
1
main.c
|
|
@ -1325,6 +1325,7 @@ cal_interpolate(int s)
|
||||||
}
|
}
|
||||||
|
|
||||||
cal_status |= src->_cal_status | CALSTAT_APPLY | CALSTAT_INTERPOLATED;
|
cal_status |= src->_cal_status | CALSTAT_APPLY | CALSTAT_INTERPOLATED;
|
||||||
|
redraw_request |= REDRAW_CAL_STATUS;
|
||||||
}
|
}
|
||||||
|
|
||||||
static void cmd_cal(BaseSequentialStream *chp, int argc, char *argv[])
|
static void cmd_cal(BaseSequentialStream *chp, int argc, char *argv[])
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue