summaryrefslogtreecommitdiffstats
path: root/esp32/main
diff options
context:
space:
mode:
Diffstat (limited to 'esp32/main')
-rw-r--r--esp32/main/main.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/esp32/main/main.c b/esp32/main/main.c
index 3cce6e5..e0f3e05 100644
--- a/esp32/main/main.c
+++ b/esp32/main/main.c
@@ -51,7 +51,7 @@ static inline void i2s_init(void)
i2s_std_config_t std_cfg = {
.clk_cfg = I2S_STD_CLK_DEFAULT_CONFIG(SAMP_RATE),
- .slot_cfg = I2S_STD_MSB_SLOT_DEFAULT_CONFIG(
+ .slot_cfg = I2S_STD_PHILIPS_SLOT_DEFAULT_CONFIG(
I2S_DATA_BIT_WIDTH_24BIT,
I2S_SLOT_MODE_MONO),
.gpio_cfg = {