mirror of
https://github.com/jankae/LibreVNA.git
synced 2026-04-06 06:53:37 +00:00
implement sweep standby configuration
This commit is contained in:
parent
e35766c7b8
commit
08fa3fa0a0
5 changed files with 32 additions and 6 deletions
|
|
@ -125,6 +125,7 @@ uint16_t Protocol::EncodePacket(const PacketInfo &packet, uint8_t *dest, uint16_
|
|||
case PacketType::ClearTrigger:
|
||||
case PacketType::StopStatusUpdates:
|
||||
case PacketType::StartStatusUpdates:
|
||||
case PacketType::InitiateSweep:
|
||||
// no payload
|
||||
break;
|
||||
case PacketType::VNADatapoint: payload_size = packet.VNAdatapoint->requiredBufferSize(); break;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue