Hello, I can confirm script runs with Polar Verity Sense by changing line 201 from: `gt = pexpect.spawn(gatttool + " -b " + addr + " -t random --interactive")` to `gt = pexpect.spawn(gatttool + " -b " + addr + " -I")` Best Regards, John.
Hello,
I can confirm script runs with Polar Verity Sense by changing line 201 from:
gt = pexpect.spawn(gatttool + " -b " + addr + " -t random --interactive")to
gt = pexpect.spawn(gatttool + " -b " + addr + " -I")Best Regards,
John.