Bump to 2.0.3 (#1241)

* fix c6 compilation error

* remove afe preferred core

* fix release.py missing board type config

* Bump to 2.0.3

* remove duplicated depends
This commit is contained in:
Xiaoxia
2025-09-26 08:52:43 +08:00
committed by GitHub
parent 916ea39fad
commit dd45d0de26
5 changed files with 6 additions and 7 deletions

View File

@@ -53,8 +53,6 @@ void AfeAudioProcessor::Initialize(AudioCodec* codec, int frame_duration_ms, srm
afe_config->ns_init = false;
}
afe_config->afe_perferred_core = 1;
afe_config->afe_perferred_priority = 1;
afe_config->agc_init = false;
afe_config->memory_alloc_mode = AFE_MEMORY_ALLOC_MORE_PSRAM;