Skip to content

Commit

Permalink
Merge pull request #46 from OpenEarable/1.4.0
Browse files Browse the repository at this point in the history
Update index.html
  • Loading branch information
TobiasRoeddiger authored Aug 8, 2024
2 parents 46dfcda + a27c414 commit 76525d0
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -227,7 +227,7 @@ <h5 class="card-title">Device</h5>
<div class="d-flex flex-row w-100 justify-content-between">
<h5 class="card-title">Sensor Control</h5>
<div class="tooltip-indicator" data-toggle="tooltip"
title="Enable and disable the sensors of OpenEarable. Note that sampling all sensors at the maximum sampling rate can lead to lag and/or audio play issues. Inner / outer microphone and gain control (gdB) only available with hardware and firmware verison >= 1.4.">
title="Enable and disable the sensors of OpenEarable. Note that sampling all sensors at the maximum sampling rate can lead to lag and/or audio play issues. Inner / outer microphone and gain control (g-dB) only available with hardware and firmware verison >= 1.4.">
<div>?</div>
</div>
</div>
Expand Down Expand Up @@ -314,7 +314,7 @@ <h5 class="card-title">Sensor Control</h5>
<input id="innerMicrophoneEnabled" type="checkbox" disabled
class="is-connect-enabled 1-4-0-controls ms-3"></input>
<div class="ms-2 1-4-0-controls">In&nbsp;</div>
<div class="ms-1 1-4-0-controls">gdB</div>
<div class="ms-1 1-4-0-controls">g-dB</div>
<select disabled
class="is-connect-enabled ms-1 sampling-rate-input form-select 1-4-0-controls "
name="microphoneGainInner" id="microphoneGainInner">
Expand All @@ -324,7 +324,7 @@ <h5 class="card-title">Sensor Control</h5>
<input id="outerMicrophoneEnabled" type="checkbox" disabled
class="is-connect-enabled 1-4-0-controls ms-3"></input>
<div class="ms-2 1-4-0-controls">Out&nbsp;</div>
<div class="ms-1 1-4-0-controls">gdB</div>
<div class="ms-1 1-4-0-controls">g-dB</div>
<select disabled
class="is-connect-enabled ms-1 sampling-rate-input form-select 1-4-0-controls "
name="microphoneGainOuter" id="microphoneGainOuter">
Expand Down Expand Up @@ -733,4 +733,4 @@ <h5 class="card-title">Recorder</h5>
</script>
</body>

</html>
</html>

0 comments on commit 76525d0

Please sign in to comment.