and use it to control/monitor things around you.
![Image](https://community.blynk.cc/uploads/default/optimized/2X/c/cfd0401b67e4bbe206d8f4823db901bb7f13c260_1_303x500.png)
I've just rolled out a big update to the embedded library, that includes cool features for ESP32/ESP8266.
Hope you like it!
What's included in this release?
- Hardware support:
- ESP32
- Bluetooth LE initial support + example
- SSL (secure connection) support + example
- App Export example for ESP32 (with WiFi credentials provisioning)
- ESP8266
- SSL stability improvement (still not perfect due to a bug in ESP Core)
- SSL now checks certificate chain (previously fingerprint was used). Needs 2.4.0-rc2
- BIG stability improvements in Shield mode (AT commands)
- Realtek RTL8710 / Ameba support
- Arduino UNO WiFi support
- WIZnet WizFi310 support
- Improved ARM mbed support
- Improved Linux support
- All frameworks are now enabled for PlatformIO library
- ESP32
- General improvements
- Forget about “flood errors”. Probably
- Library is now easier to port/run on 3rd party hardware
- We now use a single implementation of BlynkFifo
- Better diagnostic/debug prints
- NeoPixel lib is no longer included in Blynk release zip package.
- Forget about “flood errors”. Probably
- Bugfixes:
- Unexpected "Login timeout" during redirect (#374)
- 100% CPU load on linux/raspberry
- Compile Error with Arduino 101 (#369). Please keep in mind that #304 is still there...
- Call BLYNK_DISCONNECTED() on unsuccessful write (#371)
- RFDuino uses BLEPeripheral now
- Travis CI build is fixed
Full list of supported hardware is here.
![Cool 8-)](./images/smilies/icon_cool.gif)
And please post your feedbacks!
![Arrow :arrow:](./images/smilies/icon_arrow.gif)