Skip to content

Commit

Permalink
remove pgm baud rate UI for now
Browse files Browse the repository at this point in the history
  • Loading branch information
tve committed Nov 16, 2015
1 parent e0040e7 commit 6b604ff
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion html/console.html
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ <h1>Microcontroller Console</h1>
<option value="19200">19200</option>
<option value="9600">9600</option>
</select>
<!--
&nbsp;&nbsp;Pgm baud:
<select id="baud-pgm" class="pure-button">
<option value="same">same</option>
Expand All @@ -28,7 +29,7 @@ <h1>Microcontroller Console</h1>
<option value="38400">38400</option>
<option value="19200">19200</option>
<option value="9600">9600</option>
</select>
</select> -->
&nbsp;&nbsp;Fmt: 8N1
</p>
<div class="pure-g">
Expand Down

0 comments on commit 6b604ff

Please sign in to comment.