ESP-Library icon indicating copy to clipboard operation
ESP-Library copied to clipboard

Not work for ESP8266 Arduino core 3.0.0

Open lenguyenvu007 opened this issue 4 years ago • 2 comments

Let's consider to build a new version work for ESP8266 Arduino core version 3.0.0 Error: ESP-Library\src\espressif\esp8266\callServer_WiFiClientSecure.cpp:175:17: error: 'class BearSSL::WiFiClientSecure' has no member named 'verify'

lenguyenvu007 avatar Jun 20 '21 11:06 lenguyenvu007

I got a similar problem and took me a little time to figure out the problem. setup: Platform.io and vs code on ubuntu 21.10 beta esp8266 nodemcu running the example file IASLoader.ino gave me the following error;

.pio/libdeps/nodemcuv2/IOTAppStory-ESP/src/espressif/esp8266/CallServer.cpp:182:35: error: 'class BearSSL::WiFiClientSecure' has no member named 'loadCACert'

after downgrading the platform; Espressif 8266 from 3.0.0 to 2.6.3 I got it to compile properly though. seems like there where quite a few brakeing changes so not suprising; https://github.com/esp8266/Arduino/releases/tag/3.0.0

klasrocket avatar Aug 06 '21 14:08 klasrocket

To compile properly though, it is sufficient downgrading (Arduino Boards Manager) ESP8266 from 3.0.0 to 2.7.4

Now IDE is properly compiling again. ;-)

Mergenth avatar Nov 07 '21 14:11 Mergenth