mirror of
https://github.com/PhotonVision/photonvision
synced 2026-07-05 03:21:40 +00:00
Add missing var to dataclass (#1534)
This commit is contained in:
@@ -15,6 +15,8 @@ class PhotonPipelineMetadata:
|
|||||||
# Mirror of the heartbeat entry -- monotonically increasing
|
# Mirror of the heartbeat entry -- monotonically increasing
|
||||||
sequenceID: int = -1
|
sequenceID: int = -1
|
||||||
|
|
||||||
|
timeSinceLastPong: int = -1
|
||||||
|
|
||||||
photonStruct: "PhotonPipelineMetadataSerde" = None
|
photonStruct: "PhotonPipelineMetadataSerde" = None
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user