pulse icon indicating copy to clipboard operation
pulse copied to clipboard

Variable named hrAv, typo as hrAV

Open thepag opened this issue 10 years ago • 0 comments

In the camera.js cardiac() function

hrAV = heartrate;

Should be:

hrAv = heartrate;

Just spotted it, so brought it up. Not sure if it has any effect past the initialization. The value will be 65 during the init period instead of 60 is all.

thepag avatar May 08 '14 17:05 thepag