Default behaviour when broadcast_channel is not None #2424
-
|
Hi, quick question about the behaviour when I initialize a hub with Asking because I want to have multiple hubs with a shared program, but only one of them will actually decide to broadcast at runtime, while the others should not pollute the bluetooth traffic. |
Beta Was this translation helpful? Give feedback.
Answered by
laurensvalk
Nov 7, 2025
Replies: 1 comment
-
|
It only starts when you actually broadcast. And you can do |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
Novakasa
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
It only starts when you actually broadcast. And you can do
broadcast(None)to disable broadcasting.