Skip to content

Commit 578972c

Browse files
authored
fix(codec): Fix default addr for es8388 codec (#509)
1 parent 715cf3a commit 578972c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

components/codec/es8388/es8388.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ extern "C" {
4343
#endif
4444

4545
/* ES8388 address */
46-
#define ES8388_ADDR 0x20 /*!< 0x22:CE=1;0x20:CE=0*/
46+
#define ES8388_ADDR 0x10 /*!< 0x22:CE=1;0x20:CE=0*/
4747

4848
/* ES8388 register */
4949
#define ES8388_CONTROL1 0x00

0 commit comments

Comments
 (0)