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

Setup to demonstrate using system parameter to prefer redundant bluetooth #50

Open
bplattenburg opened this issue Jun 7, 2024 · 1 comment
Assignees

Comments

@bplattenburg
Copy link
Member

bplattenburg commented Jun 7, 2024

Update to 4.7.2 and use ALTER SYSTEM to set mesh_chooser_avoid_redundant_bluetooth to false for this app

Task { [weak self] in
    do {
        try await ditto.store.execute("ALTER SYSTEM SET mesh_chooser_avoid_redundant_bluetooth = false")
    }
}

As discussed in Slack

@bplattenburg
Copy link
Member Author

Given the default behavior will flip back in the upcoming 4.8.0 release, this might not be worth doing after all

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

No branches or pull requests

2 participants