We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c2ee052 commit 7434afcCopy full SHA for 7434afc
src/AudioLibs/AudioBoardStream.h
@@ -100,7 +100,7 @@ class AudioBoardStream : public I2SCodecStream {
100
*/
101
static void actionVolumeUp(bool, int, void *) {
102
TRACEI();
103
- selfAudioBoard->incrementVolume(+2);
+ selfAudioBoard->incrementVolume(+0.02);
104
}
105
106
/**
@@ -109,7 +109,7 @@ class AudioBoardStream : public I2SCodecStream {
109
110
static void actionVolumeDown(bool, int, void *) {
111
112
- selfAudioBoard->incrementVolume(-2);
+ selfAudioBoard->incrementVolume(-0.02);
113
114
115
0 commit comments