More work toward implementing GUI features for FST280 and FST280W.

This commit is contained in:
Joe Taylor
2020-06-16 15:56:15 -04:00
parent 725933ddca
commit 4f802cae84
4 changed files with 37 additions and 4 deletions
+3 -1
View File
@@ -24,7 +24,9 @@ namespace
"QRA64",
"FreqCal",
"FT8",
"FT4"
"FT4",
"FST280",
"FST280W"
};
std::size_t constexpr mode_names_size = sizeof (mode_names) / sizeof (mode_names[0]);
}