Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Handle humans spamming shutter or focus buttons. (#64)
The latency for BLE comms can easily exceed any human click speed. If this happens, we lose button events. Handle this by forcing an M5.Update() immediately after sending a command to the camera. Whilst here: - change the loop semantic (coz I can) - handle the shutter control back button without conditional compilation - let the M5Unified library work out if the buttons actually exist
- Loading branch information