Files
infix/package/keyack/Config.in
T
Tobias WaldekranzandMattias Walström 583881c1f9 keyack: Add program to wait for key press and release
Useful for testing buttons bound to a gpio-key, e.g. a factory reset
button.
2024-02-01 14:18:14 +01:00

7 lines
193 B
Plaintext

config BR2_PACKAGE_KEYACK
bool "keyack"
help
Blocks until a specific key is pressed and released. Useful
when you want a user to confirm some action by physically
pressing a button.