BLEHeartRateLogger icon indicating copy to clipboard operation
BLEHeartRateLogger copied to clipboard

Polar Verity Sense

Open jboyd79 opened this issue 2 years ago • 0 comments

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.

jboyd79 avatar May 26 '22 14:05 jboyd79