Timeout handling in FPGA communication (better recovery from missing reference)

This commit is contained in:
Jan Käberich 2020-12-15 18:03:29 +01:00
parent f0c5962878
commit 00f0de43f2
9 changed files with 58 additions and 9 deletions

View file

@ -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)