Skip to content

Commit

Permalink
Merge pull request #3 from paulh002/Dev
Browse files Browse the repository at this point in the history
update cat interface setband during startup
  • Loading branch information
paulh002 authored Mar 27, 2022
2 parents 1146486 + c64a375 commit e66954c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions FT891_CAT.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -532,6 +532,7 @@ bool FT891_CAT::ProcessCmd ()
{
int tempFT = atoi(dataBuff); // Convert into temporary place
SendInformation(tempFT);
SetBand(GetBand());
}
cmdProcessed = true;
break;
Expand Down

0 comments on commit e66954c

Please sign in to comment.