Skip to content

Commit

Permalink
Update unit
Browse files Browse the repository at this point in the history
  • Loading branch information
gelanchez committed Oct 18, 2020
1 parent bf358da commit c97b963
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion html/main.html
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ <h2 id="title">ESP32 async server with websockets</h2>
<button id="ledButton" onclick="changeLed()" disabled>Toggle LED</button>
<canvas id="led" width="50" height="50"></canvas>
<span>SENSORS: Temperature: </span><span id="temperature">0</span><span>°C. Illuminance: </span><span
id="illuminance">0</span><span>lx.</span>
id="illuminance">0</span><span> lx.</span>
</p>

<div class="chart-container" style="position: relative; width:95vw; margin:auto">
Expand Down
2 changes: 1 addition & 1 deletion src/index.h
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ const char MAIN_page[] PROGMEM = R"=====(
<button id="ledButton" onclick="changeLed()" disabled>Toggle LED</button>
<canvas id="led" width="50" height="50"></canvas>
<span>SENSORS: Temperature: </span><span id="temperature">0</span><span>°C. Illuminance: </span><span
id="illuminance">0</span><span>lx.</span>
id="illuminance">0</span><span> lx.</span>
</p>

<div class="chart-container" style="position: relative; width:95vw; margin:auto">
Expand Down

0 comments on commit c97b963

Please sign in to comment.