mirror of
https://github.com/ttrftech/NanoVNA.git
synced 2025-12-06 03:31:59 +01:00
fix: default scale factor
This commit is contained in:
parent
f581317d68
commit
39f997f7d4
6
main.c
6
main.c
|
|
@ -706,10 +706,10 @@ properties_t current_props = {
|
|||
._frequency1 = 900000000, // end = 900MHz
|
||||
._sweep_points = POINTS_COUNT,
|
||||
._trace = {/*enable, type, channel, reserved, scale, refpos*/
|
||||
{ 1, TRC_LOGMAG, 0, 0, 1.0, 9.0 },
|
||||
{ 1, TRC_LOGMAG, 1, 0, 1.0, 9.0 },
|
||||
{ 1, TRC_LOGMAG, 0, 0, 10.0, 9.0 },
|
||||
{ 1, TRC_LOGMAG, 1, 0, 10.0, 9.0 },
|
||||
{ 1, TRC_SMITH, 0, 0, 1.0, 0.0 },
|
||||
{ 1, TRC_PHASE, 1, 0, 1.0, 5.0 }
|
||||
{ 1, TRC_PHASE, 1, 0, 90.0, 5.0 }
|
||||
},
|
||||
._markers = {
|
||||
{ 1, 30, 0 }, { 0, 40, 0 }, { 0, 60, 0 }, { 0, 80, 0 }
|
||||
|
|
|
|||
Loading…
Reference in a new issue