Skip to content

Commit

Permalink
fix merge issue
Browse files Browse the repository at this point in the history
  • Loading branch information
wizmo2 committed Oct 11, 2023
1 parent 9f3b279 commit 6a811aa
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions components/platform_console/cmd_config.c
Original file line number Diff line number Diff line change
Expand Up @@ -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();
Expand Down

0 comments on commit 6a811aa

Please sign in to comment.