Max-Mobility / permobil-wear

3 stars 1 forks source link

Update tap detection #118

Closed finger563 closed 5 years ago

finger563 commented 5 years ago

Right now we use a timeout to lock out tapping for a certain amount of time - but we should actually be using the timestamp of the sensor data to check - this allows delayed data to still register a double tap since the timing for data creation (e.g. what the user actually did) was correct for a double tap though the processing of it may have been slightly delayed.

finger563 commented 5 years ago

Kamino cloned this issue to Max-Mobility/permobil-client