mirror of
https://github.com/smittix/intercept.git
synced 2026-07-15 13:08:10 -07:00
Change airband squelch default to 0 in ADS-B dashboard
Set squelch slider default from 20 to 0 for more sensitive airband reception out of the box. Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
This commit is contained in:
@@ -260,7 +260,7 @@
|
|||||||
</select>
|
</select>
|
||||||
<div class="airband-sliders">
|
<div class="airband-sliders">
|
||||||
<span title="Squelch">SQ</span>
|
<span title="Squelch">SQ</span>
|
||||||
<input type="range" id="airbandSquelch" min="0" max="100" value="20" class="airband-controls" title="Squelch" onchange="updateAirbandSquelch()">
|
<input type="range" id="airbandSquelch" min="0" max="100" value="0" class="airband-controls" title="Squelch" onchange="updateAirbandSquelch()">
|
||||||
<span title="Volume">VOL</span>
|
<span title="Volume">VOL</span>
|
||||||
<input type="range" id="airbandVolume" min="0" max="100" value="80" class="airband-controls" oninput="updateAirbandVolume()" title="Volume">
|
<input type="range" id="airbandVolume" min="0" max="100" value="80" class="airband-controls" oninput="updateAirbandVolume()" title="Volume">
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
Reference in New Issue
Block a user