From c64a37594e314f6690baa97670dc5fc10ccb8d65 Mon Sep 17 00:00:00 2001 From: Paul Date: Wed, 23 Mar 2022 17:45:45 +0100 Subject: [PATCH] update cat interface setband during startup --- FT891_CAT.cpp | 1 + 1 file changed, 1 insertion(+) 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;