pulse
pulse copied to clipboard
Variable named hrAv, typo as hrAV
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.