Merge branch 'master' of git@github.com:CarlosDerSeher/snapclient.git

Signed-off-by: Karl Osterseher <karli_o@gmx.at>
This commit is contained in:
Karl Osterseher
2024-06-13 20:51:40 +02:00
Unverified
20 changed files with 1183 additions and 251 deletions

View File

@@ -275,14 +275,17 @@ static esp_err_t player_setup_i2s(i2s_port_t i2sNum,
{
#if CONFIG_INVERT_MCLK_LEVEL
.mclk_inv = true,
#else
.mclk_inv = false,
#endif
#if CONFIG_INVERT_BCLK_LEVEL
.bclk_inv = true,
#else
.bclk_inv = false,
#endif
#if CONFIG_INVERT_WORD_SELECT_LEVEL
.ws_inv = true,
#else