Skip to content
Snippets Groups Projects
Commit 59803bd9 authored by Martin Teichmann's avatar Martin Teichmann
Browse files

encoder position is signed

parent b95a1001
No related branches found
No related tags found
No related merge requests found
......@@ -68,7 +68,7 @@ class EK1814(EBPFTerminal):
class EL5042(EBPFTerminal):
compatibility = {(2, 330444882)}
class Channel(Struct):
position = PacketDesc((0, 2), "Q")
position = PacketDesc((0, 2), "q")
warning = PacketDesc((0, 0), 0)
error = PacketDesc((0, 0), 1)
status = PacketDesc((0, 0), "H")
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment