mirror of
https://github.com/jankae/LibreVNA.git
synced 2026-02-17 13:04:17 +01:00
Naming/width correction
This commit is contained in:
parent
7a9d4ddf7c
commit
8580069d7d
|
|
@ -46,7 +46,7 @@ STW81200::STW81200()
|
|||
regs[3]->assignUI(ui->REF_PATH_SEL, 13, 2);
|
||||
regs[3]->assignUI(ui->R, 0, 12);
|
||||
|
||||
regs[4]->assignUI(ui->RF_OUT_PWR, 23, 2);
|
||||
regs[4]->assignUI(ui->RF_OUT_PWR, 23, 3);
|
||||
regs[4]->assignUI(ui->VCO_2V5_MODE, 22);
|
||||
regs[4]->assignUI(ui->EXT_VCO_EN, 19);
|
||||
regs[4]->assignUI(ui->VCO_AMP, 15, 4);
|
||||
|
|
|
|||
|
|
@ -943,7 +943,7 @@
|
|||
<item>
|
||||
<widget class="QLabel" name="label_39">
|
||||
<property name="text">
|
||||
<string>Voltage REF:</string>
|
||||
<string>Voltage VCO:</string>
|
||||
</property>
|
||||
</widget>
|
||||
</item>
|
||||
|
|
@ -985,7 +985,7 @@
|
|||
<item>
|
||||
<widget class="QLabel" name="label_40">
|
||||
<property name="text">
|
||||
<string>Voltage REF:</string>
|
||||
<string>Voltage 4V5:</string>
|
||||
</property>
|
||||
</widget>
|
||||
</item>
|
||||
|
|
|
|||
Loading…
Reference in a new issue