mirror of
https://git.code.sf.net/p/fldigi/flrig
synced 2026-08-13 17:28:24 -04:00
Icom sliders
* adjust min power for 7100, 7300, 9100, 9700
This commit is contained in:
parent
967438a7b3
commit
9bb871cbe7
4 changed files with 4 additions and 4 deletions
|
|
@ -1111,7 +1111,7 @@ int RIG_IC7100::get_power_control()
|
|||
|
||||
void RIG_IC7100::get_pc_min_max_step(double &min, double &max, double &step)
|
||||
{
|
||||
min = 2; max = 100; step = 1;
|
||||
min = 0; max = 100; step = 1;
|
||||
}
|
||||
|
||||
void RIG_IC7100::set_rf_gain(int val)
|
||||
|
|
|
|||
|
|
@ -1243,7 +1243,7 @@ int RIG_IC7300::get_power_control()
|
|||
|
||||
void RIG_IC7300::get_pc_min_max_step(double &min, double &max, double &step)
|
||||
{
|
||||
min = 2; max = 100; step = 1;
|
||||
min = 0; max = 100; step = 1;
|
||||
}
|
||||
|
||||
int RIG_IC7300::get_smeter()
|
||||
|
|
|
|||
|
|
@ -935,7 +935,7 @@ int RIG_IC9100::get_power_control()
|
|||
|
||||
void RIG_IC9100::get_pc_min_max_step(double &min, double &max, double &step)
|
||||
{
|
||||
min = 2; max = 100; step = 1;
|
||||
min = 0; max = 100; step = 1;
|
||||
}
|
||||
|
||||
void RIG_IC9100::set_rf_gain(int val)
|
||||
|
|
|
|||
|
|
@ -935,7 +935,7 @@ int RIG_IC9700::get_power_control()
|
|||
|
||||
void RIG_IC9700::get_pc_min_max_step(double &min, double &max, double &step)
|
||||
{
|
||||
min = 2; max = 100; step = 1;
|
||||
min = 0; max = 100; step = 1;
|
||||
}
|
||||
|
||||
void RIG_IC9700::set_rf_gain(int val)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue