Skip to content

Commit

Permalink
Update ESP32_SpeechRecognition_test.html
Browse files Browse the repository at this point in the history
  • Loading branch information
fustyles authored Aug 4, 2019
1 parent 60f9088 commit 5408fc1
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions ESP32_SpeechRecognition_test.html
Original file line number Diff line number Diff line change
Expand Up @@ -219,12 +219,6 @@
recognition.start();
ignore_onend = false;
}

function Recognition_final_get() {
var result = Recognition_final;
Recognition_final = '';
return result;
}

setInterval(async function(){
if (!recognizing) {
Expand Down

0 comments on commit 5408fc1

Please sign in to comment.