fablab-bergamo / Fab-O-matic

RFID machine access solution for a Fab Lab, based on ESP32. Uses modern C++ with Arduino framework. Hardware project is included.
https://www.fablabbergamo.it/2024/06/03/fabomatic1/
MIT License
2 stars 3 forks source link

Long tap is too fast #8

Closed PBrunot closed 10 months ago

PBrunot commented 1 year ago

Long tap is required when the machine needs maintenance and the fab lab staff wants to register the performed maintenance on the machine.

While testing on ESP32S3 it was observed that the long tap takes milliseconds to be completed, there's a bug in the waiting routine.

PBrunot commented 10 months ago

fixed in commit 0845c33