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