Compare commits

..

No commits in common. "master" and "dev" have entirely different histories.
master ... dev

2 changed files with 2 additions and 4 deletions

View file

@ -13,5 +13,3 @@ platform = espressif32
board = esp32-devkitlipo
framework = arduino
monitor_speed = 9600

View file

@ -28,7 +28,7 @@ void i2s_install()
// Set up I2S Processor configuration
const i2s_config_t i2s_config = {
.mode = i2s_mode_t(I2S_MODE_MASTER | I2S_MODE_RX),
.sample_rate = 44100,
.sample_rate = 40000,
.bits_per_sample = i2s_bits_per_sample_t(16),
.channel_format = I2S_CHANNEL_FMT_ONLY_LEFT,
.communication_format = i2s_comm_format_t(I2S_COMM_FORMAT_STAND_I2S),