audio test

pull/80/head
Kristin Galvin 2020-01-19 20:42:00 -08:00
parent e949bfb3be
commit 09f78d3cc6
2 changed files with 2 additions and 2 deletions

View File

@ -267,7 +267,7 @@
{ "id": "stetho",
"name": "Stethoscope",
"icon": "stetho.png",
"version":"0.0194",
"version":"0.0195",
"description": "Hear your heart rate",
"tags": "health",
"storage": [

View File

@ -25,7 +25,7 @@ function readHRM() {
g.clearRect(0,100,239,239);
g.moveTo(-100,0);
}
let frequency = parseFloat(((170 - (a*960*4))*60) + 200);
let frequency = parseFloat(((170 - (a*960*4))*20) + 400);
if(frequency > 0) freq(frequency);
g.setColor(1,1,1);