We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Right now the battery probe reports every time there is a voltage change, which results in waking up the phone at least every 10 seconds.
There is no need for the battery probe to run more often than every half hour, so it should be reimplemented as a periodic, not event-driven probe
The text was updated successfully, but these errors were encountered:
I propose we turn off the battery probe from SensibleDTU deployment at the beginning, and wait for the re-implementation to enable it.
Sorry, something went wrong.
No branches or pull requests
Right now the battery probe reports every time there is a voltage change, which results in waking up the phone at least every 10 seconds.
There is no need for the battery probe to run more often than every half hour, so it should be reimplemented as a periodic, not event-driven probe
The text was updated successfully, but these errors were encountered: