Skip to content

Commit 7b4fa48

Browse files
committed
Correct CRC
1 parent 80f7afd commit 7b4fa48

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/test_pairing.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@
6969
+ b"04FF"
7070
+ b"FF",
7171
),
72-
b"\x05\x05\x03\x030004000000000000000000000098765432101234ABCD\r\n": (
72+
b"\x05\x05\x03\x0300040000000000000000000000987654321012344D73\r\n": (
7373
"Pair request of plus-device 0098765432101234",
7474
b"000000C1", # Success ack
7575
b"0005" # response msg_id

0 commit comments

Comments
 (0)