mirror of
https://github.com/jankae/LibreVNA.git
synced 2026-04-05 22:45:23 +00:00
Full init when switching to any other mode than idle
This commit is contained in:
parent
641f4ccd98
commit
978842a2ff
3 changed files with 2 additions and 4 deletions
|
|
@ -8,7 +8,7 @@
|
|||
void Generator::Setup(Protocol::GeneratorSettings g) {
|
||||
if(g.activePort == 0) {
|
||||
// both ports disabled, no need to configure PLLs
|
||||
HW::SetMode(HW::Mode::Idle);
|
||||
HW::SetIdle();
|
||||
return;
|
||||
}
|
||||
Protocol::ManualControl m;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue