Skip to content

v0.4.1

Compare
Choose a tag to compare
@vshymanskyy vshymanskyy released this 08 Dec 12:40
· 735 commits to master since this release
     ___  __          __
    / _ )/ /_ _____  / /__
   / _  / / // / _ \/  '_/
  /____/_/\_, /_//_/_/\_\
         /___/    v0.4.1

In this release, just new fancy ASCII art logos!

Joking ;)

  • New hardware support:
    • SIM800/SIM900 (TCP stream and HTTP API examples)
    • Arduino GSM Shield (HTTP API)
    • Samsung ARTIK
  • New features:
    • Blynk.begin() now blocks until server is connected
    • Unlimited count of parameters for virtualWrite() and setProperty()
    • Blynk.syncVirtual() now supports multiple virtual pins
    • CUSTOM_BOARD support for App Export
    • Re-written HTTP API examples
  • Widgets:
    • Widgets now support setLabel() and setColor()
    • WebHook widget example for GET method
    • Map widget example
  • Infrastructure:
    • Use delay(0) instead of yield() for better portability
    • Boards detector now detects even more boards
    • Updated blynk-ser.sh script
    • Indenter script updated
    • Add board description generator sketch
    • Add build test script for all boards from the menu in Arduino/Energia IDE
    • Added .gitattributes
    • Travis CI updated

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

ATTENTION!

The Blynk_Release_v0.4.1.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
~\Arduino\libraries\TinyGSM