mirror of
https://github.com/albfan/miraclecast.git
synced 2025-02-12 17:11:55 +00:00
set wfd elements on source selected
This commit is contained in:
parent
314aa5aed5
commit
abc9b2f92c
2 changed files with 1 additions and 0 deletions
BIN
src/ctl/.ctl-sink.c.swo
Normal file
BIN
src/ctl/.ctl-sink.c.swo
Normal file
Binary file not shown.
|
@ -139,6 +139,7 @@ static int cmd_select(char **args, unsigned int n)
|
|||
}
|
||||
|
||||
selected_link = l;
|
||||
ctl_link_set_wfd_subelements(l, "000600111c4400c8");
|
||||
cli_printf("link %s selected\n", selected_link->label);
|
||||
|
||||
return 0;
|
||||
|
|
Loading…
Reference in a new issue