mirror of
https://github.com/AlexandreRouma/SDRPlusPlus.git
synced 2025-06-29 05:47:50 +02:00
Bugfix + added M17 decoder to the linux CI
This commit is contained in:
@ -222,7 +222,7 @@ private:
|
||||
ImGui::EndTable();
|
||||
}
|
||||
|
||||
if (ImGui::Checkbox(CONCAT("Show Reference Lines##m17_showlines_", _this->name), &_this->showLines)) {
|
||||
if (ImGui::Checkbox(CONCAT("Show Reference TEST Lines##m17_showlines_", _this->name), &_this->showLines)) {
|
||||
if (_this->showLines) {
|
||||
_this->diag.lines.push_back(-0.75f);
|
||||
_this->diag.lines.push_back(-0.25f);
|
||||
@ -290,7 +290,7 @@ private:
|
||||
|
||||
M17LSF lsf;
|
||||
std::mutex lsfMtx;
|
||||
std::chrono::system_clock::time_point lastUpdated;
|
||||
std::chrono::time_point<std::chrono::high_resolution_clock> lastUpdated;
|
||||
};
|
||||
|
||||
MOD_EXPORT void _INIT_() {
|
||||
|
Reference in New Issue
Block a user