Hi there,
I am slowly working my way through how the MLWifi library works.
My question is this:
How do I actually connect to a network?
If I run this code:
then my device appears to connect to the specified network, but my program completely bombs out without any warning messages or any messages on the Logger.
It's as though it crashes.
How do I correctly use the MLWifi library to connect to a known network?
Thanks,
JMB
I am slowly working my way through how the MLWifi library works.
My question is this:
How do I actually connect to a network?
If I run this code:
B4X:
If myMLWifiObject.connectWifiAP("ESP_AP") Then
Log("Connected")
End If
Log(myMLWifiObject.ActiveNetworkTypeName)
then my device appears to connect to the specified network, but my program completely bombs out without any warning messages or any messages on the Logger.
It's as though it crashes.
How do I correctly use the MLWifi library to connect to a known network?
Thanks,
JMB