working begin routine
This commit is contained in:
parent
05236797c2
commit
fdf32d8503
8 changed files with 510 additions and 415 deletions
|
@ -33,7 +33,7 @@
|
|||
<button type="button" class="conf" onclick="window.location.href='config'">Settings</button><br /><br />
|
||||
<hr>
|
||||
<h3>Upload Software Package</h3>
|
||||
<input type="file" name="update" id="file" onchange="sub(this)" style="display: none" />
|
||||
<input type="file" name="update" id="file" onchange="sub(this)" style="display: none" accept=".bin" />
|
||||
<label id="file-input" for="file">Choose file...</label>
|
||||
<input type="submit" class="btn" value="Program" /><br /><br />
|
||||
<div id="prg"></div>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue