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 5, 2019
1 parent 7903d5c commit a58040d
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 @@
</head>
<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){}">
<select id="lang" name="lang" onchange="recognition.lang=this.value;try{startButton(event);}catch(e){}">
<option value="en-US">UnitedStates</option>
<option value="cmn-Hant-TW">中文(台灣)</option>
<option value="af-ZA">Afrikaans</option>
Expand Down

0 comments on commit a58040d

Please sign in to comment.