fix: don't send continue heart rate packet, seems to break realtek rings

This commit is contained in:
Wesley Ellis 2024-12-01 20:38:55 -05:00
parent 8020f861a1
commit 9502016f77

View File

@ -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: