mirror of
https://github.com/esphome/esphome.git
synced 2025-02-01 02:31:00 +00:00
Set volume on amplifier
This commit is contained in:
parent
c974fbbea8
commit
1720b2a37e
@ -44,6 +44,9 @@ void ES8388Component::setup() {
|
||||
this->write_bytes(0x04, {0x30});
|
||||
// unmute
|
||||
this->write_bytes(0x19, {0x00});
|
||||
|
||||
this->write_bytes(0x2E, {33});
|
||||
this->write_bytes(0x2F, {33});
|
||||
}
|
||||
} // namespace es8388
|
||||
} // namespace esphome
|
||||
|
Loading…
x
Reference in New Issue
Block a user