mirror of https://github.com/arendst/Tasmota.git
Update wm8960.cpp
This commit is contained in:
parent
4b240545bd
commit
cae151be2b
|
@ -109,6 +109,10 @@ void W8960_SetGain(uint8_t sel, uint16_t value) {
|
||||||
W8960_Write(0x15, value);
|
W8960_Write(0x15, value);
|
||||||
W8960_Write(0x16, value);
|
W8960_Write(0x16, value);
|
||||||
break;
|
break;
|
||||||
|
case 3:
|
||||||
|
// audio interface
|
||||||
|
W8960_Write(0x07, value);
|
||||||
|
break;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
#endif // ESP32
|
#endif // ESP32
|
||||||
|
|
Loading…
Reference in New Issue