Tap-to-start

Should fix wake lock problem
This commit is contained in:
2024-05-20 22:18:38 -07:00
parent dc2957f876
commit 9f64715a13
3 changed files with 20 additions and 14 deletions

View File

@@ -5,8 +5,8 @@
<script src="tuner.js"></script>
<title>Tuner</title>
</head>
<body onload="setup()">
<h1 id="note">Listening...</h1>
<body onclick="setup()">
<h1 id="note">Tap to Start</h1>
<h2 id="tune"></h2>
<div id="frequency"></div>
<div>(<span id="rate">??</span> kHz sample rate)</div>