changed 500Hz to 563Hz mode

This commit is contained in:
dj2ls 2022-10-05 12:19:28 +02:00
parent 35a45ab641
commit 7fbae90e81

View file

@ -1185,11 +1185,11 @@
</label> </label>
</div> </div>
<div class="input-group input-group-sm mb-1"> <div class="input-group input-group-sm mb-1">
<label class="input-group-text w-50">Enable 500Hz mode</label> <label class="input-group-text w-50">Enable 563Hz mode</label>
<label class="input-group-text bg-white w-50"> <label class="input-group-text bg-white w-50">
<div class="form-check form-switch form-check-inline"> <div class="form-check form-switch form-check-inline">
<input class="form-check-input" type="checkbox" id="500HzModeSwitch"> <input class="form-check-input" type="checkbox" id="500HzModeSwitch">
<label class="form-check-label" for="500HzModeSwitch">500Hz</label> <label class="form-check-label" for="500HzModeSwitch">563Hz</label>
</div> </div>
</label> </label>
</div> </div>