1
0
Fork 0
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:
Bertrand Songis 2016-10-19 20:40:37 +02:00
parent 9a02e0b6b3
commit 9f67c0c49b
6 changed files with 9 additions and 7 deletions

View file

@ -72,7 +72,9 @@ void checkSpeakerVolume()
{
if (currentSpeakerVolume != requiredSpeakerVolume) {
currentSpeakerVolume = requiredSpeakerVolume;
#if !defined(SOFTWARE_VOLUME)
setScaledVolume(currentSpeakerVolume);
#endif
}
}