diff options
-rw-r--r-- | glucometerutils/support/freestyle.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/glucometerutils/support/freestyle.py b/glucometerutils/support/freestyle.py index d61842e..6019fa7 100644 --- a/glucometerutils/support/freestyle.py +++ b/glucometerutils/support/freestyle.py @@ -21,7 +21,7 @@ from glucometerutils.support import hiddevice # Sequence of initialization messages sent to the device to establish HID # protocol. -_INIT_SEQUENCE = (0x04, 0x05, 0x15, 0x01) +_INIT_SEQUENCE = (0x01,) _FREESTYLE_MESSAGE = construct.Struct( 'hid_report' / construct.Const(0, construct.Byte), |