improve GUI synchronization for compound device

This commit is contained in:
Jan Käberich 2025-05-04 13:01:00 +02:00
parent b3b3fa7718
commit 199bb7bbd7
9 changed files with 161 additions and 38 deletions

View file

@ -146,6 +146,7 @@ bool VNA::Setup(Protocol::SweepSettings s) {
vTaskDelay(5);
data.clear();
HW::SetMode(HW::Mode::VNA);
Trigger::SetInput(false);
sourceRefIndex = 0;
LO1RefIndex = 0;