B4R Question B4R 2.80

yaqoob

Active Member
Licensed User
Longtime User
Hello,

I upgraded to version B4R 2.80. I am getting the below error. The board type Generic Esp8266

rESP8266WiFi.h:94:23: error: cannot declare field 'B4R::WiFiSocket::client' to be of abstract type 'B4R::BufferedWiFiClient'
C:\Users\Yaqoob a\AppData\Local\Arduino15\packages\esp8266\hardware\esp8266\2.5.0\cores\esp8266/Client.h:37:22: note: virtual bool Client::flush(unsigned int)
virtual bool flush(unsigned int maxWaitMs = 0) = 0;
C:\Users\Yaqoob a\AppData\Local\Arduino15\packages\esp8266\hardware\esp8266\2.5.0\cores\esp8266/Client.h:38:22: note: virtual bool Client::stop(unsigned int)
rESP8266WiFi.h:130:23: error: cannot declare field 'B4R::WiFiSSLSocket::client' to be of abstract type 'B4R::BufferedWiFiClient'
 
Top