Skip to content

Commit 6f70492

Browse files
author
zomint
authored
Update i2s_std_audio_output_device.h
1 parent a0dffd1 commit 6f70492

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/i2s_std_audio_output_device.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ class I2sStdAudioOutputDevice : public AudioOutputDevice {
3535
#if SOC_I2S_HW_VERSION_1
3636
.msb_right = false,
3737
#else
38-
.left_align = false,
38+
.left_align = true,
3939
.big_endian = false,
4040
.bit_order_lsb = false,
4141
#endif

0 commit comments

Comments
 (0)