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 b228abb commit a046d6b
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 @@ -11,7 +11,7 @@
}
</script>
</head>
<body onclick="if (Lang) document.getElementById('lang').value=Lang;">
<body>
Language
<select id="lang" name="lang" onclick="recognition.lang=this.value;try{startButton(event);}catch(e){}">
<option value="en-NZ">en-NZ</option>
Expand Down

0 comments on commit a046d6b

Please sign in to comment.