Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
Blynk_Release_v1.0.1.zip | 2021-07-16 | 789.1 kB | |
README.md | 2021-07-16 | 1.2 kB | |
v1.0.1.tar.gz | 2021-07-16 | 316.4 kB | |
v1.0.1.zip | 2021-07-16 | 568.6 kB | |
Totals: 4 Items | 1.7 MB | 0 |
___ __ __
/ _ )/ /_ _____ / /__
/ _ / / // / _ \/ '_/
/____/_/\_, /_//_/_/\_\
/___/ v1.0.1
How to install Blynk library: ⇨ link ⇦
In this release
- Various adjustments and bugfixes
[IMPORTANT]
When using the updated blynk.cloud
platform + new Blynk IoT
app,
be sure to include the Template ID
on top of your sketch, above any includes:
:::cpp
#define BLYNK_TEMPLATE_ID "YourTemplateID"
Otherwise, it will try to connect to the legacy server (blynk-cloud.com
) by default, and you'll get an "Invalid auth token" error.
Read more about device templates: https://docs.blynk.io/en/getting-started/working-with-templates
Remember to regularly update your IDE, Libraries and Boards! Full list of supported hardware is available here
⚡️ If you like Blynk, don't forget to give us a github star! ⚡️