Skip to content

Commit

Permalink
Update with PABotBase 2021052601
Browse files Browse the repository at this point in the history
  • Loading branch information
ercdndrs authored Jul 25, 2021
1 parent c533058 commit f288260
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion automaxlair/PABotBase_controller.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
FORCE_DEBUG_MODE = False

# Constants used by PABotBase.
PROTOCOL_VERSION = (2021030200, 2021032200, 2021052600) # Must match all but last 2 digits
PROTOCOL_VERSION = (2021030200, 2021032200, 2021052600, 2021052601) # Must match all but last 2 digits
PABB_MSG_ERROR_WARNING = b'\x07'
PABB_MSG_ACK_REQUEST = b'\x11'
PABB_MSG_SEQNUM_RESET = b'\x40'
Expand Down

0 comments on commit f288260

Please sign in to comment.