Bugfix: use correct time/distance data when changing X scale

This commit is contained in:
Jan Käberich 2020-11-02 18:12:06 +01:00
parent 32270dc747
commit 8d71cd6541
4 changed files with 10 additions and 14 deletions

View file

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