mirror of
https://github.com/sle118/squeezelite-esp32.git
synced 2025-12-07 20:17:04 +03:00
add opus codec (i2s default IO changed!)
This commit is contained in:
@@ -131,9 +131,9 @@ static const struct tas575x_cmd_s tas575x_init_sequence[] = {
|
||||
|
||||
static const i2c_config_t i2c_config = {
|
||||
.mode = I2C_MODE_MASTER,
|
||||
.sda_io_num = 19,
|
||||
.sda_io_num = 27,
|
||||
.sda_pullup_en = GPIO_PULLUP_ENABLE,
|
||||
.scl_io_num = 18,
|
||||
.scl_io_num = 26,
|
||||
.scl_pullup_en = GPIO_PULLUP_ENABLE,
|
||||
.master.clk_speed = 100000,
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user