From 6a811aab2479dd3ec861b29f49d75a62438f9675 Mon Sep 17 00:00:00 2001 From: Wizmo2 Date: Wed, 11 Oct 2023 14:12:57 -0400 Subject: [PATCH] fix merge issue --- components/platform_console/cmd_config.c | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/components/platform_console/cmd_config.c b/components/platform_console/cmd_config.c index ca1dc4a82..2c764d5ef 100644 --- a/components/platform_console/cmd_config.c +++ b/components/platform_console/cmd_config.c @@ -1545,15 +1545,12 @@ void dummy_register_cmd(){ } void register_config_cmd(void){ - if(!is_dac_config_locked()){ - register_known_templates_config(); - } - #ifdef CONFIG_CSPOT_SINK register_cspot_config(); #endif #ifdef CONFIG_IDF_TARGET_ESP32 register_bt_source_config(); +#endif #if CONFIG_WITH_CONFIG_UI if(!is_dac_config_locked()){ register_i2s_config();