Skip to content

Commit

Permalink
fix SR example
Browse files Browse the repository at this point in the history
  • Loading branch information
P-R-O-C-H-Y committed Oct 17, 2023
1 parent db37efa commit bb74e6e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libraries/ESP_SR/examples/Basic/Basic.ino
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ void setup(){

i2s.setPins(I2S_PIN_BCK, I2S_PIN_WS, -1, I2S_PIN_DIN);
i2s.setTimeout(1000);
i2s.begin(16000, I2S_DATA_BIT_WIDTH_16BIT, I2S_SLOT_MODE_STEREO);
i2s.begin(I2S_MODE_STD, 16000, I2S_DATA_BIT_WIDTH_16BIT, I2S_SLOT_MODE_STEREO);


ESP_SR.onEvent(onSrEvent);
Expand Down

0 comments on commit bb74e6e

Please sign in to comment.