Starting to insert FT8 into GUI.

git-svn-id: svn+ssh://svn.code.sf.net/p/wsjt/wsjt/branches/wsjtx@7726 ab8295b8-cf94-4d9e-aec4-7959e3be5d79
This commit is contained in:
Joe Taylor
2017-06-17 13:48:45 +00:00
parent 603f96bf0b
commit c697732d08
5 changed files with 91 additions and 5 deletions
+2 -1
View File
@@ -22,7 +22,8 @@ namespace
"ISCAT",
"MSK144",
"QRA64",
"FreqCal"
"FreqCal",
"FT8"
};
std::size_t constexpr mode_names_size = sizeof (mode_names) / sizeof (mode_names[0]);
}