mirror of
https://github.com/eried/portapack-mayhem.git
synced 2025-07-30 01:59:13 -04:00
Clear spectrum FIFO when streaming is stopped.
This commit is contained in:
parent
62e5ec1dbb
commit
136ba895ef
2 changed files with 5 additions and 0 deletions
|
@ -37,6 +37,7 @@ void SpectrumCollector::start() {
|
|||
|
||||
void SpectrumCollector::stop() {
|
||||
streaming = false;
|
||||
fifo.reset_in();
|
||||
}
|
||||
|
||||
void SpectrumCollector::set_decimation_factor(
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue