Fixed bug in configuring band hopping

This commit is contained in:
Jordan Sherer
2018-08-11 09:39:02 -04:00
parent 8b07b56250
commit a5b6984ede
3 changed files with 7 additions and 10 deletions
+2 -2
View File
@@ -298,8 +298,8 @@ public:
return {
band,
freq_.frequency(),
qMin(a, b),
qMax(a, b),
a,
b,
description_.text ()};
}