Skip to content

Commit

Permalink
Commented block for plotting of data and audio playing
Browse files Browse the repository at this point in the history
  • Loading branch information
ThiasTux committed Jun 24, 2024
1 parent a8c4d7e commit 64c710c
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -317,8 +317,8 @@ <h5 class="card-title">Sensor Control</h5>
</div>
</div>

</div>
<div class="col-12 col-md-6 col-xl-4 mt-2">
</div>
<!-- <div class="col-12 col-md-6 col-xl-4 mt-2">
<div class="card h-100">
<div class="card-body d-flex flex-column justify-content-between">
<div>
Expand Down Expand Up @@ -405,8 +405,8 @@ <h5 class="card-title">Audio Control </h5>
</div>
</div>
</div>
</div>
<div class="col-12 col-md-6 col-xl-2 d-flex flex-column mt-2">
</div> -->
<!-- <div class="col-12 col-md-6 col-xl-2 d-flex flex-column mt-2">
<div class="card h-100">
<div class="card-body d-flex flex-column h-100">
<div class="d-flex flex-row w-100 justify-content-between">
Expand Down Expand Up @@ -545,10 +545,10 @@ <h5 class="card-title">Temperature Sensor</h5>
</div>
</div>
</div>
</div>
</div> -->
<div class="row gx-2 mb-2">
<div class="col-12 col-xl-8 mt-2 ">
<div class="card h-100">
<div class="card h-100 flex-fill">
<div class="card-body d-flex flex-column h-100">
<div class="d-flex flex-row w-100 justify-content-between">
<div class="d-flex flex-row justify-content-center align-items-center">
Expand All @@ -566,7 +566,7 @@ <h5 class="card-title">Log </h5>
</div>

<div id="log" class="w-100 p-2 mt-3 flex-fill"
style="color: white; min-height: 100px; max-height: 160px; font-family: 'Courier New', Courier, monospace; border: 1px solid rgb(94, 94, 94); border-radius: 0.375rem; overflow-y: scroll; overflow-x: hidden;">
style="color: white; min-height: 100px; max-height: 320px; font-family: 'Courier New', Courier, monospace; border: 1px solid rgb(94, 94, 94); border-radius: 0.375rem; overflow-y: scroll; overflow-x: hidden;">
</div>
</div>
</div>
Expand Down

0 comments on commit 64c710c

Please sign in to comment.