Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
4
437lab2
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
dzhuang6
437lab2
Merge requests
!2
Update index.html
Code
Review changes
Check out branch
Download
Patches
Plain diff
Closed
Update index.html
github/fork/Ponyokatsu/patch-2
into
main
Overview
0
Commits
1
Pipelines
0
Changes
1
Closed
dzhuang6
requested to merge
github/fork/Ponyokatsu/patch-2
into
main
2 years ago
Overview
0
Commits
1
Pipelines
0
Changes
1
Expand
Created by: Ponyokatsu
0
0
Merge request reports
Compare
main
main (base)
and
latest version
latest version
b46c40c4
1 commit,
2 years ago
1 file
+
3
−
4
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
index.html
+
3
−
4
Options
@@ -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"
>
•
</span>
Car Direction:
<span
id=
"direction"
>
</span>
<br>
<span
id=
"
speed_dot
"
style=
"color:green"
>
•
</span>
Speed:
<span
id=
"speed"
>
0.0
</span>
<span
id=
"
ultrasonic
"
style=
"color:green"
>
•
</span>
Speed:
<span
id=
"speed"
>
0.0
</span>
<br>
<span
id=
"
distance_dot
"
style=
"color:green"
>
•
</span>
Distance Traveled:
<span
id=
"distance"
>
0.0
</span>
<span
id=
"
voltage
"
style=
"color:green"
>
•
</span>
Distance Traveled:
<span
id=
"distance"
>
0.0
</span>
<br>
<span
id=
"temprature
_dot
"
style=
"color:green"
>
•
</span>
Temperature of the Pi:
<span
id=
"temperature"
>
0.0
</span>
<span
id=
"temprature"
style=
"color:green"
>
•
</span>
Temperature of the Pi:
<span
id=
"temperature"
>
0.0
</span>
<br>
Bluetooth return value:
<span
id=
"bluetooth"
>
</span>
</p>
Loading