mirror of
https://github.com/albfan/miraclecast.git
synced 2025-02-12 19:01:55 +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",
|
||||
s->l->friendly_name ? : "unknown",
|
||||
"1-0050F204-1",
|
||||
"pbc keypad pin display",
|
||||
"pbc",
|
||||
//"pbc keypad pin display",
|
||||
"p2p_device=1",
|
||||
"1");
|
||||
if (r < 0) {
|
||||
|
|
Loading…
Reference in a new issue