POCSAG address filter now ignores alpha messages

Experimenting with FIFOs for replay...
This commit is contained in:
furrtek 2017-04-19 22:05:16 +01:00
parent a053c0e234
commit 40b49e2072
20 changed files with 120 additions and 69 deletions

View file

@ -41,11 +41,11 @@ public:
void on_hide() override;
void set_parent_rect(const Rect new_parent_rect) override;
//void set_parent_rect(const Rect new_parent_rect) override;
void focus() override;
std::string title() const override { return "Replay (beta)"; };
std::string title() const override { return "Replay (broken)"; };
private:
NavigationView& nav_;
@ -79,7 +79,7 @@ private:
16384, 3
};
spectrum::WaterfallWidget waterfall { };
//spectrum::WaterfallWidget waterfall { };
};
} /* namespace ui */