mirror of
https://gitlab.fdmci.hva.nl/technische-informatica-sm3/ti-projectten/rooziinuubii79.git
synced 2025-08-04 12:24:57 +00:00
wrote message and connect function for the mqtt connection to pi
This commit is contained in:
@@ -4,13 +4,15 @@
|
||||
<img src="kobuki.jpg" alt="Kobuki Robot" id="robot-image" />
|
||||
</div>
|
||||
<div class="button-section">
|
||||
<button class="btn">←</button>
|
||||
<button class="btn">↑</button>
|
||||
<button class="btn">→</button>
|
||||
<button class="btn">↓</button>
|
||||
<form action="/move" method="post">
|
||||
<button class="btn" name="direction" value="left">←</button>
|
||||
<button class="btn" name="direction" value="up">↑</button>
|
||||
<button class="btn" name="direction" value="right">→</button>
|
||||
<button class="btn" name="direction" value="down">↓</button>
|
||||
</form>
|
||||
</div>
|
||||
</div>
|
||||
<div class="container">
|
||||
<h1>Sensor Data</h1>
|
||||
<h1>Sensor Data</h1>
|
||||
</div>
|
||||
{%endblock%}
|
||||
|
Reference in New Issue
Block a user