Some possibly temporary ideas, playing around with a "FreqCal" mode to do simple frequency calibrations.

git-svn-id: svn+ssh://svn.code.sf.net/p/wsjt/wsjt/branches/wsjtx@7446 ab8295b8-cf94-4d9e-aec4-7959e3be5d79
This commit is contained in:
Joe Taylor
2017-01-03 21:37:38 +00:00
parent 9a5f73e00d
commit 01def5813f
5 changed files with 55 additions and 8 deletions
+2 -1
View File
@@ -21,7 +21,8 @@ namespace
"Echo",
"ISCAT",
"MSK144",
"QRA64"
"QRA64",
"FreqCal"
};
std::size_t constexpr mode_names_size = sizeof (mode_names) / sizeof (mode_names[0]);
}