Added error dialog to module manager and fixed typo

This commit is contained in:
AlexandreRouma
2021-12-16 16:49:19 +01:00
parent 6c7e952be3
commit 5483268f8f
5 changed files with 39 additions and 20 deletions

View File

@ -20,7 +20,7 @@ const double DeemphasisModes[] {
75e-6
};
const char* DeemhasisModesTxt = "50µS\00075µS\000None\000";
const char* DeemhasisModesTxt = "50µs\00075µs\000None\000";
class RadioModule : public ModuleManager::Instance {
public: