mirror of
https://github.com/portapack-mayhem/mayhem-firmware.git
synced 2026-09-11 00:59:28 +00:00
POCSAG address filter now ignores alpha messages
Experimenting with FIFOs for replay...
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user