Skip to content

Commit 9d81b76

Browse files
committed
Fix Scan hardware version
1 parent b638b31 commit 9d81b76

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/stick_test_data.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -654,7 +654,7 @@
654654
+ b"00000000" # log address
655655
+ b"00" # relay
656656
+ b"01" # hz
657-
+ b"000000070008" # hw_ver
657+
+ b"000000080007" # hw_ver
658658
+ b"4E084590" # fw_ver
659659
+ b"06", # node_type (Scan)
660660
),

0 commit comments

Comments
 (0)