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

Add a config setting to disable use of GPIO pins. #152

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

lucienve
Copy link

@lucienve lucienve commented Jul 7, 2021

This is useful if the Pi does not have the custom board installed,
and you want to prevent it from interacting with pins that are
in use for other purposes.

Split tests into hermetic unit tests which do not interact with
hardware, and integration tests which exercise real modem and
indicator hardware.

From https://groups.io/g/callattendant/message/100, it does
not seem like many people are using the custom hardware yet,
so it may make sense to flip the default value to True (disabled)
at some point in the future.

This is useful if the Pi does not have the custom board installed,
and you want to prevent it from interacting with pins that are
in use for other purposes.

Split tests into hermetic unit tests which do not interact with
hardware, and integration tests which exercise real modem and
indicator hardware.
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.

None yet

1 participant