Skip to content

v0.4.0

Compare
Choose a tag to compare
@vshymanskyy vshymanskyy released this 26 Oct 19:09
· 861 commits to master since this release

In this release

  • New hardware support:
    • OpenWrt (package repository here )
    • App Export support for Arduino MKR1000
    • ESP32 Dev Board
    • BBC Micro:Bit (with BLE)
    • DFRobot Bluno
    • DFRobot BLE-Link module
    • Microduino/mCookie Bluetooth LE module
  • New features:
    • Geo DNS redirect
    • GPS Stream widget
    • Energia IDE: device detection and simplified example structure
    • Server can now print warnings with BLYNK_CMD_DEBUG_PRINT
  • Indicator LED animation generator for App export
  • Fixed more build warnings
  • Arduino Yun is using BridgeClient now
  • Spaces win. All tabs converted to spaces ;)

Full list of supported hardware: https://github.com/blynkkk/blynkkk.github.io/blob/master/SupportedHardware.md

ATTENTION!

The Blynk_Release_v0.4.0.zip package contains several libraries.
You need to copy them manually to your libraries folder.

The structure should look like this:
~\Arduino\libraries\Blynk
~\Arduino\libraries\BlynkESP8266_Lib
~\Arduino\libraries\Adafruit_NeoPixel
~\Arduino\libraries\SimpleTimer
~\Arduino\libraries\Time