Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
Blynk_Release_v1.2.0.zip | 2023-02-08 | 634.2 kB | |
README.md | 2023-02-08 | 2.6 kB | |
v1.2.0.tar.gz | 2023-02-08 | 221.7 kB | |
v1.2.0.zip | 2023-02-08 | 418.8 kB | |
Totals: 4 Items | 1.3 MB | 1 |
___ __ __
/ _ )/ /_ _____ / /__
/ _ / / // / _ \/ '_/
/____/_/\_, /_//_/_/\_\
/___/ v1.2.0
How to install Blynk library: ⇨ link ⇦
With love from Ukraine 💙💛
In this release
- New Features ✨✨✨
- Added universal
ArduinoClient
examples - a convenient way to use ANY Arduino connectivity or shield (even if it's not directly supported by Blynk). - You can configure multiple connection types, i.e. WiFi + Ethernet + Cellular 🔥
- Command grouping
- Improved network compatibility when using an insecure
TCP
connection BlynkParam
argument support forBlynkConsole
- Updated examples (finally! :grin: )
- Added
TimeInput
,TimeAndLocation
examples - Simplified the
Stroboscope
example, also to show-off theBlynkTimer::Handle
usage - Replaced
UIPEthernet
examples withEthernetENC
- Updated HTTP examples to use Blynk 2.0 HTTP API
- Blynk.Edgent improvements:
BLYNK_DEVICE_NAME
setting is changed toBLYNK_TEMPLATE_NAME
to eliminate confusion- Fix ESP32 losing the configuration after OTA in rare cases
- Improved compatibility with the latest ESP32 and ESP8266 Arduino Core
- Cleanup 🧹
- Removed old and outdated APIs, widgets that don't exist anymore
- Switched to using
blynk.cloud
server by default (theblynk-cloud.com
fallback is removed) - AVR improvements
- Reduce the amount of timers in
BlynkTimer
to 8 for AVR devices (to save RAM) - Fix 64-bit integers handling on 8-bit platforms
Remember to regularly update your IDE, Libraries and Boards! Check out the full list of supported hardware
⚡️ If you like Blynk, don't forget to give us a github star! ⚡️