Skip to content

Commit 4a49262

Browse files
committed
Fix Circle+ hardware id
1 parent 289896f commit 4a49262

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tests/stick_test_data.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,8 +46,8 @@
4646
+ b"22026A68" # datetime
4747
+ b"00044280" # log address 20
4848
+ b"01" # relay
49-
+ b"01" # hz
50-
+ b"000073000700" # hw_ver
49+
+ b"01" # hz
50+
+ b"000000730007" # hw_ver
5151
+ b"4E0843A9" # fw_ver
5252
+ b"01", # node_type (Circle+)
5353
),

0 commit comments

Comments
 (0)