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

Change PIN to use config setting #92

Closed
jeff-winn opened this issue Dec 11, 2021 · 3 comments
Closed

Change PIN to use config setting #92

jeff-winn opened this issue Dec 11, 2021 · 3 comments
Labels
feature New feature or request

Comments

@jeff-winn
Copy link
Owner

The pairing pin for the Bluetooth connection is currently hard coded, this means someone has to know how to recompile and deploy to change the value.

This value should likely come from the master device and passed into the Bluetooth device during init prior to starting advertise.

@jeff-winn jeff-winn added the feature New feature or request label Dec 11, 2021
@jeff-winn
Copy link
Owner Author

This is dependent on #90 as a prerequisite

@jeff-winn
Copy link
Owner Author

#97 relocated the PIN to come from the configuration settings class, so now it's just dependent on the configuration settings being loaded from another bit of hardware.

@jeff-winn
Copy link
Owner Author

Already completed with #90

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant