mirror of
https://git.code.sf.net/p/fldigi/flrig
synced 2026-08-13 17:28:24 -04:00
KX3
* Change default if_shift for digital modes to 1500
This commit is contained in:
parent
16df042522
commit
be7477906e
1 changed files with 1 additions and 1 deletions
|
|
@ -286,7 +286,7 @@ void RIG_KX3::set_pbt_values(int val)
|
|||
case 5 :
|
||||
case 7 :
|
||||
if_shift_min = 100; if_shift_max = 2100;
|
||||
if_shift_step = 10; if_shift_mid = 1000;
|
||||
if_shift_step = 10; if_shift_mid = 1500;
|
||||
break;
|
||||
}
|
||||
progStatus.shift_val = if_shift_mid;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue