feat: adapt to esp_codec_dev>=1.5.5 (#1878)
* feat: adapt to esp_codec_dev>=1.5.5 * fix: fix board config resolution in release script
This commit is contained in:
@ -26,7 +26,8 @@
|
||||
"CONFIG_NEWLIB_NANO_FORMAT=y",
|
||||
"CONFIG_ESP_CONSOLE_NONE=y",
|
||||
"CONFIG_USE_ESP_WAKE_WORD=y",
|
||||
"CONFIG_COMPILER_OPTIMIZATION_SIZE=y"
|
||||
"CONFIG_COMPILER_OPTIMIZATION_SIZE=y",
|
||||
"CONFIG_CODEC_DATA_ADC_SUPPORT=y"
|
||||
]
|
||||
}
|
||||
]
|
||||
|
||||
Reference in New Issue
Block a user