mirror of
https://github.com/sle118/squeezelite-esp32.git
synced 2025-12-14 15:37:10 +03:00
add SPDIF config
This commit is contained in:
@@ -186,6 +186,8 @@ function handleClick(cb) {
|
||||
<h2>Audio output</h2>
|
||||
<input type="radio" id="i2s" name="audio" />
|
||||
<label for="i2s">I2S</label>
|
||||
<input type="radio" id="spdif" name="audio" />
|
||||
<label for="spdif">SPDIF</label>
|
||||
<input type="radio" id="bt" name="audio" />
|
||||
<label for="bt">Bluetooth</label>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user