Skip to content
Snippets Groups Projects
Commit 679185ee authored by Karol Hennessy's avatar Karol Hennessy
Browse files

wip

parent 6466bd26
No related branches found
No related tags found
No related merge requests found
......@@ -184,7 +184,7 @@ class HEVVersionError(Exception):
@dataclass
class PayloadFormat():
# class variables excluded from init args and output dict
_RPI_VERSION: ClassVar[int] = field(default=0xAC, init=False, repr=False)
_RPI_VERSION: ClassVar[int] = field(default=0xAD, init=False, repr=False)
_dataStruct: ClassVar[Any] = field(default=Struct("<BIB"), init=False, repr=False)
_byteArray: ClassVar[bytearray] = field(default=None, init=False, repr=False)
......
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