From d19d28c7f19ff9866bfe72cb4f95a25ebf39e478 Mon Sep 17 00:00:00 2001 From: Wizmo2 Date: Wed, 25 Oct 2023 01:38:52 -0400 Subject: [PATCH] update build --- components/platform_console/cmd_config.c | 2 +- version.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/components/platform_console/cmd_config.c b/components/platform_console/cmd_config.c index 3d2479ffe..822ea2b4d 100644 --- a/components/platform_console/cmd_config.c +++ b/components/platform_console/cmd_config.c @@ -1495,7 +1495,7 @@ void register_spdif_config(void){ } void register_squeezelite_config(void){ squeezelite_args._command_set = arg_str0(NULL,"_command_set","command","Command key (readonly)"); - squeezelite_args.server = arg_str0("s","server","[:]","Connect to specified server, otherwise uses autodiscovery to find server"); + squeezelite_args.server = arg_str0("s","server","[:]","Connect to specified server, otherwise uses autodiscovery to find server (use '-disable' to allow external apps without LMS)"); squeezelite_args.buffers = arg_str0("b","buffers",":","Internal Stream and Output buffer sizes in Kbytes, format: 500:2000"); squeezelite_args.codecs = arg_strn("c","codecs","+" CODECS "+",0,20,"Restrict codecs to those specified, otherwise load all available codecs; known codecs: " CODECS ); squeezelite_args.timeout = arg_int0("C","timeout","","Close output device when idle after timeout seconds, default is to keep it open while player is 'on"); diff --git a/version.txt b/version.txt index fee4c170f..cd911c4b0 100644 --- a/version.txt +++ b/version.txt @@ -1 +1 @@ -pure.esp32s3.32-v2023.10.17 +pure.esp32s3.32-v2023.10.25