Skip to content

Commit

Permalink
move audio to top
Browse files Browse the repository at this point in the history
  • Loading branch information
wizmo2 committed Oct 9, 2023
1 parent e0e231d commit 9ae455d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion components/platform_console/cmd_config.c
Original file line number Diff line number Diff line change
Expand Up @@ -144,8 +144,8 @@ static struct {
struct arg_end *end;
} spdif_args;
static struct {
struct arg_str *jack_behavior;
struct arg_str *output_set;
struct arg_str *jack_behavior;
struct arg_int *loudness;
struct arg_end *end;
} audio_args;
Expand Down
2 changes: 1 addition & 1 deletion version.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
tembed.esp32s3.16-v2023.10.09
tembed.esp32s3.32-v2023.10.09

0 comments on commit 9ae455d

Please sign in to comment.