mirror of
https://github.com/jankae/LibreVNA.git
synced 2026-04-04 14:07:30 +00:00
Bugfix: use correct time/distance data when changing X scale
This commit is contained in:
parent
32270dc747
commit
8d71cd6541
4 changed files with 10 additions and 14 deletions
|
|
@ -43,7 +43,6 @@ void Generator::updateDevice()
|
|||
// can't update if not connected
|
||||
return;
|
||||
}
|
||||
// TODO comment in once status is filled with valid values
|
||||
Protocol::PacketInfo p;
|
||||
p.type = Protocol::PacketType::Generator;
|
||||
p.generator = central->getDeviceStatus();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue