Skip to content
Snippets Groups Projects

Update index.html

Closed dzhuang6 requested to merge github/fork/Ponyokatsu/patch-2 into main
1 file
+ 3
4
Compare changes
  • Side-by-side
  • Inline
+ 3
4
@@ -46,13 +46,12 @@
<input id="message" type="text" placeholder="message to Pi"/>
<button class="btn btn-success" onclick="update_data()">Sumbit</button>
<p>
<span id="direction_dot" style="color:Green">&bull;</span> Car Direction: <span id="direction"> </span>
<br>
<span id="speed_dot" style="color:green">&bull;</span> Speed: <span id="speed">0.0</span>
<span id="ultrasonic" style="color:green">&bull;</span> Speed: <span id="speed">0.0</span>
<br>
<span id="distance_dot" style="color:green">&bull;</span> Distance Traveled: <span id="distance">0.0</span>
<span id="voltage" style="color:green">&bull;</span> Distance Traveled: <span id="distance">0.0</span>
<br>
<span id="temprature_dot" style="color:green">&bull;</span> Temperature of the Pi: <span id="temperature">0.0</span>
<span id="temprature" style="color:green">&bull;</span> Temperature of the Pi: <span id="temperature">0.0</span>
<br>
Bluetooth return value: <span id="bluetooth"> </span>
</p>
Loading