forked from xiaozhi/xiaozhi-esp32
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:
@@ -607,7 +607,6 @@ config RECEIVE_CUSTOM_MESSAGE
|
||||
menu TAIJIPAI_S3_CONFIG
|
||||
depends on BOARD_TYPE_ESP32S3_Taiji_Pi
|
||||
choice I2S_TYPE_TAIJIPI_S3
|
||||
depends on BOARD_TYPE_ESP32S3_Taiji_Pi
|
||||
prompt "taiji-pi-S3 I2S Type"
|
||||
default TAIJIPAI_I2S_TYPE_STD
|
||||
help
|
||||
@@ -619,7 +618,7 @@ menu TAIJIPAI_S3_CONFIG
|
||||
endchoice
|
||||
|
||||
config I2S_USE_2SLOT
|
||||
bool "Enable Use 2 Slot"
|
||||
bool "Enable I2S 2 Slot"
|
||||
default n
|
||||
help
|
||||
启动双声道
|
||||
|
||||
@@ -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;
|
||||
|
||||
|
||||
@@ -12,7 +12,7 @@ dependencies:
|
||||
espressif/esp_lcd_st7796:
|
||||
version: 1.3.5
|
||||
rules:
|
||||
- if: target not in [esp32c3]
|
||||
- if: target not in [esp32c3, esp32c6]
|
||||
espressif/esp_lcd_spd2010: ==1.0.2
|
||||
espressif/esp_io_expander_tca9554: ==2.0.0
|
||||
espressif/esp_lcd_panel_io_additions: ^1.0.1
|
||||
|
||||
Reference in New Issue
Block a user