electronicsguy / ESP8266

ESP8266 Projects
242 stars 183 forks source link

Core Version incompatibility #81

Closed Luisiado closed 5 years ago

Luisiado commented 5 years ago

Hello, thanks for your library. Since I try to compile the example I have several problems with a class that doesnt (error mssg: 'class EspClass' has no member named 'getFreeContStack') exist in the last core version 2.5.2 of ESP8266. So has to be downloaded to 2.5.0. Just to publish it in the documentation and save time for the rest of the users. With ESP32 I have not get to compile yet and I tried with all available core releases. Regards

electronicsguy commented 5 years ago

You have some other problem. getFreeContStack() is present in v2.5.2 of esp8266 library. Check your library code.

Luisiado commented 5 years ago

But in ESP32 I can not use the v2.5.2 esp8266 core library