mirror of
https://github.com/esphome/esphome.git
synced 2025-08-06 10:27:49 +00:00
Comment Keyword change
This commit is contained in:
parent
bfc55beedc
commit
f73435f820
@ -15,7 +15,7 @@ void ES8388Component::setup() {
|
|||||||
this->write_bytes(0x01, {0x50});
|
this->write_bytes(0x01, {0x50});
|
||||||
// powerup
|
// powerup
|
||||||
this->write_bytes(0x02, {0x00});
|
this->write_bytes(0x02, {0x00});
|
||||||
// slave mode
|
// worker mode
|
||||||
this->write_bytes(0x08, {0x00});
|
this->write_bytes(0x08, {0x00});
|
||||||
// DAC powerdown
|
// DAC powerdown
|
||||||
this->write_bytes(0x04, {0xC0});
|
this->write_bytes(0x04, {0xC0});
|
||||||
|
Loading…
x
Reference in New Issue
Block a user