apple fixed Limits Hit via hardcoding
This commit is contained in:
parent
fb8fecec33
commit
5ba7e22f3d
1 changed files with 1 additions and 0 deletions
|
|
@ -78,6 +78,7 @@ class Events(object):
|
|||
EJECT = "Eject"
|
||||
E_STOP = "EStop"
|
||||
REGISTERED_MESSAGE_RECEIVED = "RegisteredMessageReceived"
|
||||
LIMITS_HIT = "Limits Hit"
|
||||
|
||||
# Timelapse
|
||||
CAPTURE_START = "CaptureStart"
|
||||
|
|
|
|||
Loading…
Reference in a new issue