Skip to content

Commit

Permalink
more merge fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
wizmo2 committed Oct 11, 2023
1 parent f00b766 commit 3359576
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions components/platform_console/cmd_config.c
Original file line number Diff line number Diff line change
Expand Up @@ -1468,8 +1468,8 @@ void register_ledvu_config(void){
}

void register_audio_config(void){
audio_args.jack_behavior = arg_lit0("j", "jack_behavior", "On supported hardware, Select to mute the amplifier when headphones are inserted.");
audio_args.jack_behavior = arg_str0("j", "jack_behavior","Headphones|Subwoofer","On supported DAC, determines the audio jack behavior. Selecting headphones will cause the external amp to be muted on insert, while selecting Subwoofer will keep the amp active all the time.");
audio_args.output_set = arg_str0("o", "output_set","Off|Analogue|Digital|Bluetooth","Specified the Audio Output Mode. Use Off to disable Squeezelite.");
audio_args.jack_behavior = arg_lit0("j", "jack_behavior", "On supported hardware, Select to mute the amplifier when headphones are inserted.");
audio_args.loudness = arg_int0("l", "loudness","0-10","Sets a loudness level, from 0 to 10. 0 will disable the loudness completely. Note that LMS has priority over setting this value, so use it only when away from your server.");
audio_args.end = arg_end(3);
const esp_console_cmd_t cmd = {
Expand Down

0 comments on commit 3359576

Please sign in to comment.