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 3, 2019
1 parent a046d6b commit b2ef751
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 @@ -124,7 +124,7 @@
<div id="command" style="color:blue;font-weight:bold;"></div>

<script>
if (!Lang) recognition.lang="en-NZ";
recognition.lang="en-NZ";
if (!recognizing) startButton(event);
setInterval(async function(){
Result = (Recognition_final_get());
Expand Down

0 comments on commit b2ef751

Please sign in to comment.