From 8e63bac700c46e9fd0803de972346cec3dc9af3f Mon Sep 17 00:00:00 2001 From: Kristin Galvin Date: Sun, 19 Jan 2020 20:43:47 -0800 Subject: [PATCH] audio test --- apps.json | 2 +- apps/stetho/stetho.js | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/apps.json b/apps.json index f1bb27314..503778f7a 100644 --- a/apps.json +++ b/apps.json @@ -267,7 +267,7 @@ { "id": "stetho", "name": "Stethoscope", "icon": "stetho.png", - "version":"0.0195", + "version":"0.0196", "description": "Hear your heart rate", "tags": "health", "storage": [ diff --git a/apps/stetho/stetho.js b/apps/stetho/stetho.js index 80f856f5d..10891fb75 100644 --- a/apps/stetho/stetho.js +++ b/apps/stetho/stetho.js @@ -25,7 +25,7 @@ function readHRM() { g.clearRect(0,100,239,239); g.moveTo(-100,0); } - let frequency = parseFloat(((170 - (a*960*4))*20) + 400); + let frequency = parseFloat((170 - (a*960*4)) + 500); if(frequency > 0) freq(frequency); g.setColor(1,1,1);