Skip to content

Commit

Permalink
FMDH_STRUCT must be 2 bytes!
Browse files Browse the repository at this point in the history
  • Loading branch information
Magalex2x14 committed Apr 6, 2020
1 parent b352895 commit 32f7376
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion custom_components/mitemp_bt/sensor.py
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@
T_STRUCT = struct.Struct("<h")
CND_STRUCT = struct.Struct("<H")
ILL_STRUCT = struct.Struct("<I")
FMDH_STRUCT = struct.Struct("<I")
FMDH_STRUCT = struct.Struct("<H")


class HCIdump(Thread):
Expand Down

0 comments on commit 32f7376

Please sign in to comment.