mirror of
https://github.com/eried/portapack-mayhem.git
synced 2025-08-19 03:38:05 -04:00
POCSAG address filter now ignores alpha messages
Experimenting with FIFOs for replay...
This commit is contained in:
parent
a053c0e234
commit
40b49e2072
20 changed files with 120 additions and 69 deletions
|
@ -59,7 +59,7 @@ private:
|
|||
using option_t = std::pair<std::string, int32_t>;
|
||||
using options_t = std::vector<option_t>;
|
||||
|
||||
static constexpr uint32_t sampling_rate = 4000000;
|
||||
static constexpr uint32_t sampling_rate = 500000;
|
||||
|
||||
void toggle();
|
||||
|
||||
|
@ -72,7 +72,7 @@ private:
|
|||
|
||||
const size_t read_size;
|
||||
const size_t buffer_count;
|
||||
SignalToken signal_token_tick_second { };
|
||||
//SignalToken signal_token_tick_second { };
|
||||
options_t file_options { };
|
||||
|
||||
Rectangle rect_background {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue