Skip to content

v0.4.8

Compare
Choose a tag to compare
@vshymanskyy vshymanskyy released this 19 Jun 20:14
· 550 commits to master since this release
     ___  __          __
    / _ )/ /_ _____  / /__
   / _  / / // / _ \/  '_/
  /____/_/\_, /_//_/_/\_\
         /___/    v0.4.8

How to install Blynk library.

☝️ Blynk library should be installed manually

Follow the instructions:

  1. Download Blynk_Release_vXX.zip (scroll down to the Downloads section)
  2. Unzip the archive. You will notice that archive contains several folders and several libraries.
  3. Copy all of these libraries to your_sketchbook_folder of Arduino IDE. To find the location of your_sketchbook_folder, go to top menu in Arduino IDE:
    Windows: File → Preferences
    Mac OS: Arduino → Preferences

The structure of your your_sketchbook_folder should now look like this, (along with your other sketches if you have them):

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

☝️ Note that:

  • all libraries should go to libraries folder
  • all tools should go to tools folder

In this release

  • Improvements & new features:
    • More readable warning "ESP is not responding" instead of "Cannot disable echo".
    • BlynkTimer updated
    • Table.updateRow() support
  • Major fixes:
    • BLYNK_APP_CONNECTED, BLYNK_APP_DISCONNECTED (#313)
    • Big improvements on Particle stability (+ fix of #322)
  • Updated examples & documentation

Full list of supported hardware is here

⚡️ If you like Blynk, don't forget to give us a github star! ⚡️