Skip to content

Commit

Permalink
more
Browse files Browse the repository at this point in the history
  • Loading branch information
rtestardi committed Nov 28, 2023
1 parent 1ea7737 commit f0961f1
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions flea-scope.html
Original file line number Diff line number Diff line change
Expand Up @@ -248,18 +248,18 @@ <h1 id="h1">Flea-Scope™</h1>

<table WIDTH="1870px">
<tr>
<td WIDTH="25%">
<td WIDTH="24%">
<button type="button" id="zero" onclick="CalZero();">cal_zero</button>
<button type="button" id="3v3" onclick="Cal3v3();">cal_3v3</button>
<button type="button" id="pause" onclick="Pause();">pause</button>
<button type="button" id="single" onclick="Single();" disabled=true>single</button>
<button type="button" id="measure" onclick="Measure();">measure</button>
<button type="button" id="background" onclick="Background();">background</button>
</td>
<td WIDTH="25%">
<td WIDTH="23%">
<pre id='status' color='red'></pre>
</td>
<td WIDTH="25%">
<td WIDTH="24%">
<pre id='voltage'></pre>
</td>
<td>
Expand Down

0 comments on commit f0961f1

Please sign in to comment.