evaluate AUX3 in standby state

This commit is contained in:
Andre Dunford 2022-12-20 01:16:22 -08:00
parent fc8eee58e7
commit ec5e0e208c
5 changed files with 11 additions and 1 deletions

View file

@ -278,6 +278,10 @@ bool VNA::GetStandbyMode() {
return settings.standby;
}
bool VNA::IsWaitingInStandby() {
return settings.standby && !FPGA::IsSweepActive();
}
static void PassOnData() {
Protocol::PacketInfo info;
info.type = Protocol::PacketType::VNADatapoint;