From 35b1b5fae6d72457b6302696e9593487282b4ff6 Mon Sep 17 00:00:00 2001 From: Jesse Hills <3060199+jesserockz@users.noreply.github.com> Date: Thu, 16 Jun 2022 16:33:37 +1200 Subject: [PATCH] Change value --- esphome/components/es8388/es8388_component.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/esphome/components/es8388/es8388_component.cpp b/esphome/components/es8388/es8388_component.cpp index 4c0b79de49..7d5b1b5678 100644 --- a/esphome/components/es8388/es8388_component.cpp +++ b/esphome/components/es8388/es8388_component.cpp @@ -32,7 +32,7 @@ void ES8388Component::setup() { this->write_bytes(0x2A, {0x90}); // DACLRC ADCLRC idem this->write_bytes(0x2B, {0x80}); - this->write_bytes(0x2D, {0x00}); + this->write_bytes(0x2D, {0x80}); // DAC volume max this->write_bytes(0x1B, {0x00}); this->write_bytes(0x1A, {0x00});