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 36d2900 commit 23c5c68
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 @@ -12,7 +12,7 @@
<body onload="if (language!='') document.getElementById('lang').value=language;">
Language
<select id="lang" name="lang" onclick="recognition.lang=this.value;try{startButton(event);}catch(e){}">
<option value="en-US">en-US</option>
<option value="en-US">UnitedStates</option>
<option value="cmn-Hant-TW">中文(台灣)</option>
<option value="af-ZA">Afrikaans</option>
<option value="am-ET">አማርኛ</option>
Expand Down

0 comments on commit 23c5c68

Please sign in to comment.