mirror of
https://github.com/jankae/LibreVNA.git
synced 2026-04-07 15:33:51 +00:00
basic working wrapper
This commit is contained in:
parent
a530cea085
commit
90ac9c57e1
25 changed files with 260 additions and 214 deletions
|
|
@ -211,6 +211,7 @@ Device::Device(QString serial)
|
|||
transmissionActive = false;
|
||||
// got a new connection, request info
|
||||
SendCommandWithoutPayload(Protocol::PacketType::RequestDeviceInfo);
|
||||
SendCommandWithoutPayload(Protocol::PacketType::RequestDeviceStatus);
|
||||
}
|
||||
|
||||
Device::~Device()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue