mirror of
https://git.code.sf.net/p/fldigi/flrig
synced 2026-08-13 17:28:24 -04:00
FT991A agc
* fix to annunciate AUTO
. submitted by Dave, KZ1O
This commit is contained in:
parent
f9a8362132
commit
02a5de9c8e
1 changed files with 1 additions and 1 deletions
|
|
@ -1614,7 +1614,7 @@ int RIG_FT991A::incr_agc()
|
|||
{
|
||||
static const char ch[] = {'0', '1', '2', '3', '4'};
|
||||
agcval++;
|
||||
if (agcval > 3) agcval = 0;
|
||||
if (agcval > 4) agcval = 0;
|
||||
cmd = "GT00;";
|
||||
cmd[3] = ch[agcval];
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue