1
0
mirror of https://github.com/esphome/esphome.git synced 2025-03-03 17:28:16 +00:00

Comment Keyword change

This commit is contained in:
Jesse Hills 2022-06-13 16:34:40 +12:00
parent bfc55beedc
commit f73435f820
No known key found for this signature in database
GPG Key ID: BEAAE804EFD8E83A

View File

@ -15,7 +15,7 @@ void ES8388Component::setup() {
this->write_bytes(0x01, {0x50});
// powerup
this->write_bytes(0x02, {0x00});
// slave mode
// worker mode
this->write_bytes(0x08, {0x00});
// DAC powerdown
this->write_bytes(0x04, {0xC0});