Skip to content

Commit

Permalink
Disable unfinished Squeezelite config section - release
Browse files Browse the repository at this point in the history
  • Loading branch information
sle118 committed Oct 27, 2020
1 parent 72345e1 commit e43cc95
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/platform_console/cmd_config.c
Original file line number Diff line number Diff line change
Expand Up @@ -615,7 +615,7 @@ static void register_squeezelite_config(void){

void register_config_cmd(void){
register_audio_config();
register_squeezelite_config();
// register_squeezelite_config();
register_i2s_config();
register_spdif_config();
}
Expand Down

0 comments on commit e43cc95

Please sign in to comment.