mirror of
https://github.com/jankae/LibreVNA.git
synced 2026-04-06 15:04:11 +00:00
Timeout handling in FPGA communication (better recovery from missing reference)
This commit is contained in:
parent
f0c5962878
commit
00f0de43f2
9 changed files with 58 additions and 9 deletions
|
|
@ -266,8 +266,7 @@ bool Device::SetManual(Protocol::ManualControl manual)
|
|||
|
||||
bool Device::SetIdle()
|
||||
{
|
||||
Protocol::SweepSettings s = {};
|
||||
return Configure(s);
|
||||
return SendCommandWithoutPayload(Protocol::PacketType::SetIdle);
|
||||
}
|
||||
|
||||
bool Device::SendFirmwareChunk(Protocol::FirmwarePacket &fw)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue