From e4043f0d30028b3f8808d6cb78a644fb47d8c0e3 Mon Sep 17 00:00:00 2001 From: Volodymyr Shymanskyy Date: Fri, 4 Mar 2022 00:27:08 +0200 Subject: [PATCH 1/4] Update README.md --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index e76525c..834a452 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,5 @@ +![StandWithUkraine banner](https://raw.githubusercontent.com/vshymanskyy/StandWithUkraine/main/banner.svg) + # Blynk Python Library This library provides API to connect IoT hardware that supports Micropython/Python to Blynk Cloud and communiate with Blynk apps (iOS and Android). You can send raw and processed sensor data and remotely control anything that is connected to your hardware (relays, motors, servos) from anywhere in the world. From 517326028854c1d1cc8c7606ef1d820606689945 Mon Sep 17 00:00:00 2001 From: Volodymyr Shymanskyy Date: Fri, 4 Mar 2022 11:27:54 +0200 Subject: [PATCH 2/4] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 834a452..9d267a2 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -![StandWithUkraine banner](https://raw.githubusercontent.com/vshymanskyy/StandWithUkraine/main/banner.svg) +[![SWUbanner](https://raw.githubusercontent.com/vshymanskyy/StandWithUkraine/main/banner-direct.svg)](https://github.com/vshymanskyy/StandWithUkraine/blob/main/docs/README.md) # Blynk Python Library This library provides API to connect IoT hardware that supports Micropython/Python to Blynk Cloud and communiate with Blynk apps (iOS and Android). You can send raw and processed sensor data and remotely control anything that is connected to your hardware (relays, motors, servos) from anywhere in the world. From 064d9b132623653a2c17a7065016708e951cdb17 Mon Sep 17 00:00:00 2001 From: Volodymyr Shymanskyy Date: Mon, 5 May 2025 16:01:29 +0300 Subject: [PATCH 3/4] Update README.md --- README.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 9d267a2..94d2a43 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,8 @@ -[![SWUbanner](https://raw.githubusercontent.com/vshymanskyy/StandWithUkraine/main/banner-direct.svg)](https://github.com/vshymanskyy/StandWithUkraine/blob/main/docs/README.md) +> [!IMPORTANT] +> **This project has been archived and is no longer maintained.** +> No further updates or support will be provided. +> We recommend switching to the **Blynk MQTT API** for future development. +> You can explore some [useful examples here](https://github.com/Blynk-Technologies/Blynk-MQTT-Samples). # Blynk Python Library This library provides API to connect IoT hardware that supports Micropython/Python to Blynk Cloud and communiate with Blynk apps (iOS and Android). You can send raw and processed sensor data and remotely control anything that is connected to your hardware (relays, motors, servos) from anywhere in the world. From 0329df63c414044fd51bb6f17ac9a993d853d507 Mon Sep 17 00:00:00 2001 From: Volodymyr Shymanskyy Date: Wed, 7 May 2025 20:11:22 +0300 Subject: [PATCH 4/4] Update README.md --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 94d2a43..b047946 100644 --- a/README.md +++ b/README.md @@ -1,8 +1,8 @@ > [!IMPORTANT] -> **This project has been archived and is no longer maintained.** -> No further updates or support will be provided. -> We recommend switching to the **Blynk MQTT API** for future development. -> You can explore some [useful examples here](https://github.com/Blynk-Technologies/Blynk-MQTT-Samples). +> **This project is still available for exploration, but is no longer actively maintained or updated.** +> We recommend switching to the Blynk MQTT API for a robust and future-proof experience. +> Support for this project will be phased out over time. +> You can explore some [useful MQTT examples here](https://github.com/Blynk-Technologies/Blynk-MQTT-Samples). # Blynk Python Library This library provides API to connect IoT hardware that supports Micropython/Python to Blynk Cloud and communiate with Blynk apps (iOS and Android). You can send raw and processed sensor data and remotely control anything that is connected to your hardware (relays, motors, servos) from anywhere in the world.