Skip to content

v0.4.3

Compare
Choose a tag to compare
@vshymanskyy vshymanskyy released this 26 Dec 17:48
· 701 commits to master since this release
     ___  __          __
    / _ )/ /_ _____  / /__
   / _  / / // / _ \/  '_/
  /____/_/\_, /_//_/_/\_\
         /___/    v0.4.3

In this release

  • New features:
    • Update to Arduino IDE 1.8.0
    • Add Check for updates to Tools menu [beta]
    • Add Run USB script to Tools menu [beta]
    • BLYNK_APP_CONNECTED() support (will be available soon)
    • Add .config() support for Particle
  • Bugs fixed:
    • Fix syncVirtual with multiple pins
    • Improved GSM/GPRS support
    • Fix virtualWrite issue with F() strings
    • 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.3.zip package contains several libraries.
You need to copy them manually to your sketchbook folder.
Find exact sketchbook location in File -> Preferences.

The structure should look like this, along with your saved sketches:

sketchbook/libraries/Blynk
sketchbook/libraries/BlynkESP8266_Lib
...
sketchbook/tools/BlynkUpdater
sketchbook/tools/BlynkUsbScript
...