mirror of
https://github.com/opentx/opentx.git
synced 2025-07-24 00:35:18 +03:00
[X7D] Software volume
This commit is contained in:
parent
9a02e0b6b3
commit
9f67c0c49b
6 changed files with 9 additions and 7 deletions
|
@ -72,7 +72,9 @@ void checkSpeakerVolume()
|
|||
{
|
||||
if (currentSpeakerVolume != requiredSpeakerVolume) {
|
||||
currentSpeakerVolume = requiredSpeakerVolume;
|
||||
#if !defined(SOFTWARE_VOLUME)
|
||||
setScaledVolume(currentSpeakerVolume);
|
||||
#endif
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue