From 9b12670d0712468c03a72a76d2d6f2e188ff2a6f Mon Sep 17 00:00:00 2001 From: Kristin Galvin Date: Sun, 19 Jan 2020 21:09:18 -0800 Subject: [PATCH] feat: stetho app adds sound to hrm --- apps/stetho/stetho.js | 1 + 1 file changed, 1 insertion(+) diff --git a/apps/stetho/stetho.js b/apps/stetho/stetho.js index 10891fb75..ec0916f4e 100644 --- a/apps/stetho/stetho.js +++ b/apps/stetho/stetho.js @@ -1,3 +1,4 @@ +// a variation on the hrm app Bangle.setLCDPower(1); Bangle.setLCDTimeout(0); Bangle.ioWr(0x80,0)