Skip to content

Commit

Permalink
Update ESP32_SpeechRecognition.html
Browse files Browse the repository at this point in the history
  • Loading branch information
fustyles authored Aug 6, 2019
1 parent 1645f0e commit 73ef1b5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ESP32_SpeechRecognition.html
Original file line number Diff line number Diff line change
Expand Up @@ -148,7 +148,7 @@
recognition.lang="en-US";
else
recognition.lang=language;
if (checkbox!="true")
if (checkbox=="false")
document.getElementById("chk").checked = false;

if (!recognizing) startButton(event);
Expand Down

0 comments on commit 73ef1b5

Please sign in to comment.