Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion toio/cube/api/configuration.py
Original file line number Diff line number Diff line change
Expand Up @@ -758,7 +758,7 @@ async def set_collision_detection_threshold(self, threshold: int) -> None:
References:
https://toio.github.io/toio-spec/en/docs/ble_configuration#collision-detection-threshold-settings
"""
command = SetHorizontalDetectionThreshold(threshold)
command = SetCollisionDetectionThreshold(threshold)
await self._write(bytes(command))

async def set_double_tap_detection_threshold(self, threshold: int) -> None:
Expand Down