fixed: update interpolation status on changing sweep freq from serial #84

This commit is contained in:
TT 2019-10-18 00:03:13 +09:00
parent 55cacef4d4
commit 85c8b5c893

1
main.c
View file

@ -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[])