mirror of
https://github.com/espressif/esp-sr.git
synced 2025-09-15 15:28:44 +08:00
bugfix(mn): keep compatible with MultiNet5
This commit is contained in:
parent
3c761d57d1
commit
e9763db078
@ -874,6 +874,10 @@ char *get_id_name_en(int i)
|
||||
|
||||
esp_mn_error_t* esp_mn_commands_update_from_sdkconfig(const esp_mn_iface_t *multinet, model_iface_data_t *model_data)
|
||||
{
|
||||
#ifdef CONFIG_SR_MN_EN_MULTINET6_CTC_QUANT || CONFIG_SR_MN_EN_MULTINET6_QUANT
|
||||
return NULL;
|
||||
#endif
|
||||
|
||||
esp_mn_commands_alloc();
|
||||
printf("esp_mn_commands_update_from_sdkconfig\n");
|
||||
int total_phrase_num = 0;
|
||||
|
||||
Loading…
Reference in New Issue
Block a user