Hello
I use the Dim WifiLoad As ABWifi module
If Try to Get the level of my wifi (I guess that it is my strenght of my wifi signal)
But every time I press the button I get as signal 0
What do I wrong?
I use the Dim WifiLoad As ABWifi module
If Try to Get the level of my wifi (I guess that it is my strenght of my wifi signal)
B4X:
Dim Wifi As Boolean
Wifi = WifiLoad.ABLoadWifi()
If Wifi = True Then
Dim level As Int
level = WifiLoad.ABGetCurrentWifiInfo.level
Button1.Text = WifiLoad.ABGetCurrentWifiInfo.SSID & " Info " & level 'WifiLoad.ABGetCurrentWifiInfo.level
End If
f
But every time I press the button I get as signal 0
What do I wrong?