reunu / unustasis

An open-source app for the Unu Scooter Pro
Apache License 2.0
27 stars 7 forks source link

Locking with open seat fails silently #30

Closed TheFreal closed 3 months ago

TheFreal commented 3 months ago

Reported: @TheFreal Replicated: Yes

Attempting to close the scooter while the seat box is open should cause an error popup to be shown. This behavior is implemented, but broken.

Blocking the button whenever the seat is reported open will not be an acceptable fix for this, as the seat status is polled again after pressing the button to avoid false negatives.

TheFreal commented 3 months ago

Huzzah! Fixed in c43dc14.