diff --git a/esphome/components/es8388/es8388_component.cpp b/esphome/components/es8388/es8388_component.cpp index 914d5c5f05..ccd4f7c491 100644 --- a/esphome/components/es8388/es8388_component.cpp +++ b/esphome/components/es8388/es8388_component.cpp @@ -214,10 +214,10 @@ void ES8388Component::setup_raspiaudio_radio() { // unmute error = error || not this->write_byte(25, 0x00); // amp validation - error = error || not this->write_byte(46, 30); - error = error || not this->write_byte(47, 30); - error = error || not this->write_byte(48, 33); - error = error || not this->write_byte(49, 33); + error = error || not this->write_byte(46, 24); + error = error || not this->write_byte(47, 24); + error = error || not this->write_byte(48, 24); + error = error || not this->write_byte(49, 24); if (error) { ESP_LOGE(TAG, "Error writing I2C registers for preset Raspiaudio Radio");