Skip to content

Commit

Permalink
Disable driver button for now
Browse files Browse the repository at this point in the history
  • Loading branch information
noisymime committed Jul 9, 2019
1 parent a5f9909 commit 5412e9b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ <h1>Select Serial Port</h1>
<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>
Expand Down

0 comments on commit 5412e9b

Please sign in to comment.