camilleanne / pulse

Biofeedback application in browser

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Variable named hrAv, typo as hrAV

thepag opened this issue · 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.