blynkkk / blynk-library

Blynk library for IoT boards. Works with Arduino, ESP32, ESP8266, Raspberry Pi, Particle, ARM Mbed, etc.
https://blynk.io
MIT License
3.83k stars 1.39k forks source link

BlynkSimpleEsp8266_SSL can't be complied for NodeMCU board #387

Closed shur1k closed 6 years ago

shur1k commented 6 years ago

Trying to use SSL version of Esp8266 library causes the problem: BlynkSimpleEsp8266_SSL.h:132:9: error: 'class WiFiClientSecure' has no member named 'setCACert_P' Switching back to non-secure library BlynkSimpleEsp8266.h solves the problem and everything works fine. Is there any way to force SSL library work for NodeMCU board? Thank you.

vshymanskyy commented 6 years ago

Please update your ESP8266 core.

shur1k commented 6 years ago

Thanks! Works fine now.