1
0
Fork 0
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:
Alberto Fanjul 2022-11-09 02:35:01 +01:00
parent 314aa5aed5
commit abc9b2f92c
2 changed files with 1 additions and 0 deletions

BIN
src/ctl/.ctl-sink.c.swo Normal file

Binary file not shown.

View file

@ -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;