mirror of
https://github.com/albfan/miraclecast.git
synced 2025-03-09 23:38:56 +00:00
comment avaliable prov methods
Use only pbc method, but keep commented all available methods
This commit is contained in:
parent
3ff9281920
commit
781231db26
1 changed files with 2 additions and 1 deletions
|
@ -2529,7 +2529,8 @@ static int supplicant_write_config(struct supplicant *s)
|
||||||
"# End of configuration\n",
|
"# End of configuration\n",
|
||||||
s->l->friendly_name ? : "unknown",
|
s->l->friendly_name ? : "unknown",
|
||||||
"1-0050F204-1",
|
"1-0050F204-1",
|
||||||
"pbc keypad pin display",
|
"pbc",
|
||||||
|
//"pbc keypad pin display",
|
||||||
"p2p_device=1",
|
"p2p_device=1",
|
||||||
"1");
|
"1");
|
||||||
if (r < 0) {
|
if (r < 0) {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue