Reduce volume

This commit is contained in:
tetele 2024-08-02 12:02:01 +03:00
parent ddee573906
commit 9c6b450e4c

View file

@ -214,10 +214,10 @@ void ES8388Component::setup_raspiaudio_radio() {
// unmute // unmute
error = error || not this->write_byte(25, 0x00); error = error || not this->write_byte(25, 0x00);
// amp validation // amp validation
error = error || not this->write_byte(46, 30); error = error || not this->write_byte(46, 24);
error = error || not this->write_byte(47, 30); error = error || not this->write_byte(47, 24);
error = error || not this->write_byte(48, 33); error = error || not this->write_byte(48, 24);
error = error || not this->write_byte(49, 33); error = error || not this->write_byte(49, 24);
if (error) { if (error) {
ESP_LOGE(TAG, "Error writing I2C registers for preset Raspiaudio Radio"); ESP_LOGE(TAG, "Error writing I2C registers for preset Raspiaudio Radio");