mirror of
https://github.com/jankae/LibreVNA.git
synced 2026-04-05 14:35:23 +00:00
Revert "evaluate AUX3 in standby state"
This reverts commit ec5e0e208c.
This commit is contained in:
parent
ec5e0e208c
commit
5bb6fdf686
5 changed files with 1 additions and 11 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue