I am having trouble identifying where to put in my addresses and uuids for the multiple connect for the bluetooth devices #1449
Answered
by
dlech
KaustubhPawar0629
asked this question in
Q&A
-
Beta Was this translation helpful? Give feedback.
Answered by
dlech
Nov 10, 2023
Replies: 1 comment
-
If you want to hard-code them in the program, then you don't need argparse. Just replace |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
KaustubhPawar0629
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
If you want to hard-code them in the program, then you don't need argparse. Just replace
args.device1
with"A0:9E:1A:49:A8:51"
, etc. and delete all of the parser stuff.