jomjol 5 лет назад
Родитель
Сommit
7895d6ce0f
1 измененных файлов с 2 добавлено и 2 удалено
  1. 2 2
      sd-card/html/ota_page.html

+ 2 - 2
sd-card/html/ota_page.html

@@ -15,7 +15,7 @@
         <table border="0">
             <tr>
                 <td>
-                    <label for="newfile">Upload the firmware.bin</label>
+                    <label for="newfile">Select the firmware file</label>
                 </td>
                 <td colspan="2">
                     <input id="newfile" type="file" onchange="setpath()" style="width:100%;">
@@ -36,7 +36,7 @@
     </td></tr>
 	<tr>
 		<td>
-			<button id="upload" type="button" onclick="doUpdate()">Do Firmware Update</button>
+			<button id="upload" type="button" onclick="doUpdate()">Flash the update</button> (Takes about 60s)
 		</td>
 	</tr>
 </table>