-
-
Notifications
You must be signed in to change notification settings - Fork 127
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add option to display PADD only once an exit #443
base: development
Are you sure you want to change the base?
Conversation
Co-authored-by: k-rister <[email protected]> Signed-off-by: yubiuser <[email protected]>
While this works, it isn't nearly as fast as the previous built-in chronometer, unfortunately. :/ I guess it might be better than nothing for now and works. |
What do you mean exactly with 'not as fast'? Which step? Why do you need speed in an app the is meant to run contentiously and sleeps for 5 seconds on each round? |
I mean the initial display takes a lot longer compared to the old built-in chronometer ( |
I've been thinking about removing the startup countdown (which adds at least 3 seconds) for a long time. Maybe this should be done now, at least for |
I'm testing this on a slow device RPi 1 Model B:
I don't recall exactly how long it took with the old built-in chronometer, though :/ |
Can you push the patch so that I give it a go too? |
Signed-off-by: yubiuser <[email protected]>
|
Saved 2,5 sec |
Yup, not bad. |
What does this PR aim to accomplish?:
As the title says, add the option
--runonce
to display PADD dashboard once and immediately exit.Fixes #431
By submitting this pull request, I confirm the following:
git rebase
)