platformio / platform-espressif8266

Espressif 8266: development platform for PlatformIO
https://registry.platformio.org/platforms/platformio/espressif8266
Apache License 2.0
325 stars 219 forks source link

Built-in library not updated #121

Closed ankycooper closed 5 years ago

ankycooper commented 5 years ago

Built-in library not updated for example ESP8266 wifi sits on version 1.0 in ide

Lets compare Header file (WiFiClientSecure.h) as per the installation `#include "WiFiClientSecureAxTLS.h"

include "WiFiClientSecureBearSSL.h"

using namespace axTLS; // using namespace BearSSL;`

Header file (WiFiClientSecure.h) as per GitHub repo `#include "WiFiClientSecureBearSSL.h"

ifndef USING_AXTLS

// do not default to BearSSL API ("using" has no "unusing" counterpart) using namespace BearSSL;

endif'

tried to run update but there is none. Please help

ivankravets commented 5 years ago

The latest stable release is 2.4.2 => https://github.com/esp8266/Arduino/releases/tag/2.4.2

If you need staging version, see https://docs.platformio.org/en/latest/platforms/espressif8266.html#using-arduino-framework-with-staging-version