* remove has_bandwidth_control
This commit is contained in:
dave-w1hkj 2023-07-04 23:36:04 -05:00
parent 0cc4065354
commit 972d38a1ee

View file

@ -52,7 +52,7 @@ RIG_IC735::RIG_IC735() {
bwA = 0;
has_mode_control = true;
has_bandwidth_control = true;
has_bandwidth_control = false;
defaultCIV = 0x04;
adjustCIV(defaultCIV);