mirror of
https://github.com/ttrftech/NanoVNA.git
synced 2026-04-09 00:13:59 +00:00
Merge branch 'master' of https://github.com/ttrftech/NanoVNA
This commit is contained in:
commit
cd745ca5eb
2 changed files with 2 additions and 2 deletions
2
plot.c
2
plot.c
|
|
@ -594,7 +594,7 @@ format_smith_value(char *buf, int len, const float coeff[2], uint32_t frequency)
|
|||
break;
|
||||
|
||||
case MS_RX:
|
||||
plot_printf(buf, len, "%F"S_OHM"%+Fj", zr, zi);
|
||||
plot_printf(buf, len, "%F%+Fj"S_OHM, zr, zi);
|
||||
break;
|
||||
|
||||
case MS_RLC:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue