diff --git a/FT891_CAT.cpp b/FT891_CAT.cpp index 6762b0c5..f731586c 100644 --- a/FT891_CAT.cpp +++ b/FT891_CAT.cpp @@ -532,6 +532,7 @@ bool FT891_CAT::ProcessCmd () { int tempFT = atoi(dataBuff); // Convert into temporary place SendInformation(tempFT); + SetBand(GetBand()); } cmdProcessed = true; break;