mirror of
https://github.com/eried/portapack-mayhem.git
synced 2025-12-16 00:04:04 -05:00
Improved close call precision
This commit is contained in:
parent
7d193c3445
commit
9149508c83
23 changed files with 184 additions and 44 deletions
|
|
@ -47,6 +47,7 @@ void SpectrumCollector::on_message(const Message* const message) {
|
|||
}
|
||||
|
||||
void SpectrumCollector::set_state(const SpectrumStreamingConfigMessage& message) {
|
||||
set_decimation_factor(message.decimation_factor);
|
||||
if( message.mode == SpectrumStreamingConfigMessage::Mode::Running ) {
|
||||
start();
|
||||
} else {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue