Open
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This adds a plugin that provides a modified AutoClose when unsafe feature. When used the default ROOF_AUTOCLOSE_SAFETY must be defined as OFF in the Config.h
It works the same as the default implementation with the following exceptions:
The function can be overridden by command :SO1# and :SO0# (set override).
When the override is enabled and therefore an unsafe condition will not AutoClose the roof an LED, or other output) can be defined as AUTOCLOSE_OUTPUT_PIN in the plugin. This will then flash every two seconds as a warning that the override is enabled when the condition is SAFE, and every 250ms when the condition is UNSAFE.
The purpose of the plugin is to allow manned observatory operation with a failed weather/mains sensor without having to recompile and upload the code.