Disable driver button for now

This commit is contained in:
Josh Stewart 2019-07-09 17:13:26 +10:00
parent a5f9909ad9
commit 5412e9bd93
1 changed files with 1 additions and 1 deletions

View File

@ -76,7 +76,7 @@
<p>Available Ports:
<select name="ports" class="select" id="portsSelect" size="10" width="20"></select>
<ul class="actions">
<li><input type='button' value="Install Serial Drivers" onclick="installDrivers();" /></li>
<!-- <li><input type='button' value="Install Serial Drivers" onclick="installDrivers();" /></li> -->
<li><input type='button' value="Refresh" onclick="refreshSerialPorts();" /></li>
<li><input type='button' value="Upload" id="btnInstall" onclick="uploadFW();" /></li>
</ul>