Skip to content
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

Major update to add the ability to run calblink as a service. #60

Merged
merged 2 commits into from
Jan 22, 2025

Conversation

kazrakcom
Copy link
Collaborator

This also includes one major change and one minor change caused
by this, and integrates changes from #57.

Major change: instead of sleeping for 30 seconds (or, during
skip time, up to five minutes), calblink now uses a one-second
timer. An internal check is made of when the next API call
is needed, so this will reduce the number of API calls made
and increase fidelity in the case where a device is slept.

Minor change: In service mode, the launch header (with the
settings resulting from parsing the config file) will
be skipped and showDots will be forced off.

The pull request removes the obsolete ioutil package, and cleans up
the README.md file.

This also includes one major change and one minor change caused
by this.

Major change: instead of sleeping for 30 seconds (or, during
skip time, up to five minutes), calblink now uses a one-second
timer.  An internal check is made of when the next API call
is needed, so this will reduce the number of API calls made
and increase fidelity in the case where a device is slept.

Minor change: In service mode, the launch header (with the
settings resulting from parsing the config file) will
be skipped and showDots will be forced off.
Remove ioutil and clean up the README.md.  Run gofmt on all code.
@kazrakcom kazrakcom merged commit 7d8bf61 into google:master Jan 22, 2025
1 check passed
@kazrakcom kazrakcom deleted the service branch January 23, 2025 00:03
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant