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 show device tab #53

Merged
merged 1 commit into from
Oct 24, 2022
Merged

Conversation

mogenson
Copy link
Collaborator

Show configuration data about the Bumble device. Make this the default tab on startup.

Show configuration data about the Bumble device. Make this the default
tab on startup.
@@ -356,7 +363,7 @@ def show_services(self, services):
self.services_text.text = lines
self.ui.invalidate()

async def show_attributes(self, attributes):
def show_attributes(self, attributes):
Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Drive by fix: this was the only show_* method that was async, but it doesn't need to be.

@mogenson
Copy link
Collaborator Author

This is what the Device tab looks like.

bumble_show_device

@mogenson mogenson merged commit 2920c3b into google:main Oct 24, 2022
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