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 74df451 commit b9e9059Copy full SHA for b9e9059
src/api/SnapOutput.h
@@ -65,7 +65,7 @@ class SnapOutput : public AudioInfoSupport {
65
66
/// Adjust the volume
67
void setVolume(float vol) {
68
- this->vol = vol / 100.0;
+ this->vol = vol;
69
ESP_LOGI(TAG, "Volume: %f", this->vol);
70
vol_stream.setVolume(this->vol * vol_factor);
71
}
0 commit comments