mirror of
https://github.com/tahnok/colmi_r02_client.git
synced 2026-02-06 10:47:28 +00:00
fix: don't send continue heart rate packet, seems to break realtek rings
This commit is contained in:
parent
8020f861a1
commit
9502016f77
@ -152,8 +152,6 @@ class Client:
|
||||
valid_readings.append(data.value)
|
||||
except TimeoutError:
|
||||
tries += 1
|
||||
# TODO remove this since it breaks Realtec based rings
|
||||
await self.send_packet(real_time.CONTINUE_HEART_RATE_PACKET)
|
||||
|
||||
await self.send_packet(stop_packet)
|
||||
if error:
|
||||
|
||||
Loading…
Reference in New Issue
Block a user