mirror of
https://github.com/espressif/esp-idf.git
synced 2025-10-03 18:40:59 +02:00
Merge branch 'bugfix/fix_es7210_example_dependency_breaking_change_v5.4' into 'release/v5.4'
fix(i2s_es7210): fixed breaking change of dependency migration (v5.4) See merge request espressif/esp-idf!41043
This commit is contained in:
@@ -78,7 +78,7 @@
|
|||||||
/* ES7210 configurations */
|
/* ES7210 configurations */
|
||||||
#define EXAMPLE_ES7210_I2C_ADDR (0x40)
|
#define EXAMPLE_ES7210_I2C_ADDR (0x40)
|
||||||
#define EXAMPLE_ES7210_MIC_GAIN (30) // 30db
|
#define EXAMPLE_ES7210_MIC_GAIN (30) // 30db
|
||||||
#define EXAMPLE_ES7210_MIC_SELECTED (ES7120_SEL_MIC1 | ES7120_SEL_MIC2 | ES7120_SEL_MIC3 | ES7120_SEL_MIC4)
|
#define EXAMPLE_ES7210_MIC_SELECTED (ES7210_SEL_MIC1 | ES7210_SEL_MIC2 | ES7210_SEL_MIC3 | ES7210_SEL_MIC4)
|
||||||
|
|
||||||
/* SD card & recording configurations */
|
/* SD card & recording configurations */
|
||||||
#define EXAMPLE_RECORD_TIME_SEC (10)
|
#define EXAMPLE_RECORD_TIME_SEC (10)
|
||||||
|
@@ -1,5 +1,5 @@
|
|||||||
## IDF Component Manager Manifest File
|
## IDF Component Manager Manifest File
|
||||||
dependencies:
|
dependencies:
|
||||||
espressif/esp_codec_dev: ^1.3.4
|
espressif/esp_codec_dev: ">=1.4.0,<1.5.0"
|
||||||
i2s_examples_common:
|
i2s_examples_common:
|
||||||
path: ${IDF_PATH}/examples/peripherals/i2s/i2s_examples_common
|
path: ${IDF_PATH}/examples/peripherals/i2s/i2s_examples_common
|
||||||
|
Reference in New Issue
Block a user