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

Reset password or start bluetooth depending on state on button press #225

Merged
merged 1 commit into from
Jan 8, 2023

Conversation

robputt
Copy link
Contributor

@robputt robputt commented Jan 8, 2023

No description provided.

@robputt
Copy link
Contributor Author

robputt commented Jan 8, 2023

To be merged and deployed with NebraLtd/hm-diag#441

@sonarqubecloud
Copy link

sonarqubecloud bot commented Jan 8, 2023

Kudos, SonarCloud Quality Gate passed!    Quality Gate passed

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities
Security Hotspot A 0 Security Hotspots
Code Smell A 0 Code Smells

No Coverage information No Coverage information
0.0% 0.0% Duplication

@shawaj
Copy link
Member

shawaj commented Jan 8, 2023

We probably need to fix #172 at the same time. Separate PR maybe but should be pretty simple I guess:

def get_button_gpio(self):
return self.variant_details['BUTTON']
def get_status_led_gpio(self):
return self.variant_details['STATUS']
def get_button_pin(self):
return self.variant_details['GPIO_PIN_BUTTON']
def get_status_led_pin(self):
return self.variant_details['GPIO_PIN_LED']

@shawaj
Copy link
Member

shawaj commented Jan 8, 2023

LGTM

@robputt robputt merged commit f48079c into master Jan 8, 2023
@robputt robputt deleted the FEAT-user-auth branch January 8, 2023 22:41
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.

2 participants