Revert "evaluate AUX3 in standby state"

This reverts commit ec5e0e208c.
This commit is contained in:
Andre Dunford 2022-12-20 09:11:13 -08:00
parent ec5e0e208c
commit 5bb6fdf686
5 changed files with 1 additions and 11 deletions

View file

@ -278,10 +278,6 @@ 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;