From 992d5271ef73d61ba62b53eb7676e3dd80f1181a Mon Sep 17 00:00:00 2001 From: Kristin Galvin Date: Sun, 19 Jan 2020 17:27:46 -0800 Subject: [PATCH] audio test --- apps/stetho/stetho.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/stetho/stetho.js b/apps/stetho/stetho.js index 8b3c1d586..b9cdd1583 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((y * 1000) + 100.0); + freq((a * 1000.0) + 100.0); if ((max-min)>0.005) { if (4*a > (min+3*max)) { // high g.setColor(1,0,0);