Skip to content

Commit

Permalink
Update version
Browse files Browse the repository at this point in the history
  • Loading branch information
DiSlord committed Dec 17, 2021
1 parent 9e64431 commit 90259dd
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions main.c
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,7 @@ static float kaiser_data[FFT_SIZE];
#endif

#undef VERSION
#define VERSION "1.1"
#define VERSION "1.1.00"

// Version text, displayed in Config->Version menu, also send by info command
const char *info_about[]={
Expand Down Expand Up @@ -1544,8 +1544,7 @@ update_frequencies(void)
else
cal_status&= ~CALSTAT_INTERPOLATED;

request_to_redraw(REDRAW_CAL_STATUS);
request_to_redraw(REDRAW_BACKUP | REDRAW_FREQUENCY | REDRAW_AREA);
request_to_redraw(REDRAW_BACKUP | REDRAW_CAL_STATUS | REDRAW_FREQUENCY | REDRAW_AREA);
RESET_SWEEP;
}

Expand Down

0 comments on commit 90259dd

Please sign in to comment.