mirror of
https://github.com/ttrftech/NanoVNA.git
synced 2026-04-05 14:35:50 +00:00
change from active to active_props
This commit is contained in:
parent
407d802a9c
commit
4845bde486
4 changed files with 12 additions and 12 deletions
2
plot.c
2
plot.c
|
|
@ -1322,7 +1322,7 @@ draw_cal_status(void)
|
|||
ili9341_fill(0, y, 10, 6*YSTEP, 0x0000);
|
||||
if (cal_status & CALSTAT_APPLY) {
|
||||
char c[3] = "C0";
|
||||
if (active == ¤t_props)
|
||||
if (active_props == ¤t_props)
|
||||
c[1] = '*';
|
||||
else
|
||||
c[1] += lastsaveid;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue