mirror of
https://github.com/eried/portapack-mayhem.git
synced 2024-10-01 01:26:06 -04:00
Capture mode channel stats
This commit is contained in:
parent
10b28429e4
commit
60a0d5c469
@ -42,4 +42,6 @@ void CaptureProcessor::execute(const buffer_c8_t& buffer) {
|
||||
const size_t bytes_to_write = sizeof(*decimator_out.p) * decimator_out.count;
|
||||
const auto result = stream->write(decimator_out.p, bytes_to_write);
|
||||
}
|
||||
|
||||
feed_channel_stats(decimator_out);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user