wifi-control-node
wifi-control-node copied to clipboard
Forcing to connect
Hi @msolters,
Testing in Win10 I could noted that after "connectToAP" the wifi cant connect, so I discovered that calling the command:
netsh wlan set profileparameter name="MyApName" connectionmode=auto
The network starts and works fine. Do you think that is necessary add that command?
Thanks