From 400fdff267f2c09a0c9695d2a373a9151288d907 Mon Sep 17 00:00:00 2001 From: Tamir Rosenberg <68561398+tamirrosenberg@users.noreply.github.com> Date: Sat, 24 Dec 2022 02:19:10 -0800 Subject: [PATCH] Updated the README with a "DEPRECATED" notice Since Blynk upgraded to v2 and removed v1 from the AppStore and the PlayStore, this project is not relevant anymore. I created a new project that replacing this one and it can be found here: https://github.com/tamirrosenberg/WiFi-Stepper-Motor-Controller-v2 --- README.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/README.md b/README.md index 48d36c3..7fe1e9d 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,14 @@ # WiFi Stepper Motor Controller Control Stepper Motor remotely using WiFI using ESP8266, DRV8825 and the Blynk App +# NOTE: THIS PROJECT IS DEPRECATED!!! +## Since Blynk upgraded to v2 and removed v1 from the AppStore and the PlayStore, there is no reason to use it and I leave it here just as a reference for the history. +## I created a new project that replacing this one and it can be found here: https://github.com/tamirrosenberg/WiFi-Stepper-Motor-Controller-v2 + +## Please follow the new project - Thank you! + +# DEPRECATED - YOU CAN STOP HERE!!! + The Project -----------