From f288260af2020aa320bf00f6196087d172ee0462 Mon Sep 17 00:00:00 2001 From: ercdndrs <55447330+ercdndrs@users.noreply.github.com> Date: Sat, 24 Jul 2021 20:29:07 -0400 Subject: [PATCH] Update with PABotBase 2021052601 --- automaxlair/PABotBase_controller.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/automaxlair/PABotBase_controller.py b/automaxlair/PABotBase_controller.py index cb9e14e..1eeb9f0 100644 --- a/automaxlair/PABotBase_controller.py +++ b/automaxlair/PABotBase_controller.py @@ -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'