From 3d79e9ed1f1366e35fe30ff6b73e7017b00224b8 Mon Sep 17 00:00:00 2001 From: Kristin Galvin Date: Sun, 19 Jan 2020 17:55:32 -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 7e0ec8c79..c83710a23 100644 --- a/apps.json +++ b/apps.json @@ -267,7 +267,7 @@ { "id": "stetho", "name": "Stethoscope", "icon": "stetho.png", - "version":"0.012", + "version":"0.013", "description": "Hear your heart rate", "tags": "health", "storage": [ diff --git a/apps/stetho/stetho.js b/apps/stetho/stetho.js index 6f21192ee..4b83f0f84 100644 --- a/apps/stetho/stetho.js +++ b/apps/stetho/stetho.js @@ -28,7 +28,7 @@ function readHRM() { } g.setColor(1,1,1); g.lineTo(x,y); - freq((Math.abs(a) * 10000.0) + 500.0); + freq((Math.abs(a) * 100.0) + 500.0); console.log("freq ", (a * 100.0) + 500.0); if ((max-min)>0.005) { if (4*a > (min+3*max)) { // high