Since today I get an error when I want to connect to the Wi-Fi network.
	
	
	
	
	
	
	
		
			
			
			
			
			
		
	
	
	
		
	
	
		
	
I searched for the error and I found that it has been fixed in rESP8266WiFi version 1.55.
Installed:
		
		
	
	
		 
	
Tested with this code:
	
	
	
	
	
	
	
		
			
			
			
			
			
		
	
	
	
		
	
	
		
	
Can someone confirm the issue?
Thanks
			
			
			
				Error:
			
		
		
		rESP8266WiFi.h:142:23: error: cannot declare field 'B4R::WiFiSSLSocket::client' to be of abstract type 'B4R::BufferedWiFiClient'Installed:
Tested with this code:
			
				B4X:
			
		
		
		Sub Process_Globals
    Public Serial1 As Serial
    Private wifi As ESP8266WiFi
End Sub
Private Sub AppStart
    Serial1.Initialize(115200)
    Log("AppStart")
    'example of connecting to a local network
    If wifi.Connect2("SSID", "PASSWORD") Then
        Log("Connected to network")
    Else
        Log("Failed to connect to network")
    End If
End SubThanks
 
				 
 
		 
 
		 
 
		 
 
		 
 
		