mirror of
https://github.com/esphome/esphome.git
synced 2024-11-12 18:27:46 +01:00
Change value
This commit is contained in:
parent
ce20b64712
commit
35b1b5fae6
1 changed files with 1 additions and 1 deletions
|
@ -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});
|
||||
|
|
Loading…
Reference in a new issue