fix(i2s): remove unused EXAMPLE_ES7210_I2C_ADDR in the example

Closes https://github.com/espressif/esp-idf/issues/18575
This commit is contained in:
morris
2026-05-11 19:42:25 +08:00
parent f1d85b531f
commit 4384743750

View File

@@ -76,7 +76,6 @@
#define EXAMPLE_I2S_TDM_SLOT_MASK (I2S_TDM_SLOT0 | I2S_TDM_SLOT1 | I2S_TDM_SLOT2 | I2S_TDM_SLOT3)
/* ES7210 configurations */
#define EXAMPLE_ES7210_I2C_ADDR (0x40)
#define EXAMPLE_ES7210_MIC_GAIN (30) // 30db
#define EXAMPLE_ES7210_MIC_SELECTED (ES7210_SEL_MIC1 | ES7210_SEL_MIC2 | ES7210_SEL_MIC3 | ES7210_SEL_MIC4)