Fix AGC for SDRplay

This commit is contained in:
Ryzerth
2021-04-20 01:38:32 +02:00
parent a91ed266d5
commit f119af5e6f
4 changed files with 12 additions and 34 deletions

View File

@ -82,37 +82,4 @@ void ConfigManager::autoSaveWorker(ConfigManager* _this) {
_this->mtx.unlock();
std::this_thread::sleep_for(std::chrono::milliseconds(1000));
}
}
// void ConfigManager::setResourceDir(std::string path) {
// if (!std::filesystem::exists(path)) {
// spdlog::error("Resource directory '{0}' does not exist", path);
// return;
// }
// if (!std::filesystem::is_regular_file(path)) {
// spdlog::error("Resource directory '{0}' is not a directory", path);
// return;
// }
// resDir = path;
// }
// std::string ConfigManager::getResourceDir() {
// return resDir;
// }
// void ConfigManager::setConfigDir(std::string path) {
// if (!std::filesystem::exists(path)) {
// spdlog::error("Resource directory '{0}' does not exist", path);
// return;
// }
// if (!std::filesystem::is_regular_file(path)) {
// spdlog::error("Resource directory '{0}' is not a directory", path);
// return;
// }
// resDir = path;
// }
// std::string ConfigManager::getConfigDir() {
// return configDir;
// }
}

View File

@ -25,6 +25,7 @@ namespace sdrpp_credits {
};
const char* patrons[] = {
"Croccydile",
"Daniele D'Agnelli",
"W4IPA",
"Lee Donaghy",