Skip to content
This repository has been archived by the owner on Jul 6, 2024. It is now read-only.

Commit

Permalink
fix: deprecation notice
Browse files Browse the repository at this point in the history
  • Loading branch information
ayushsharma82 committed Jul 6, 2024
1 parent 0d7e6f1 commit 5f48b2e
Show file tree
Hide file tree
Showing 8 changed files with 15 additions and 70 deletions.
5 changes: 0 additions & 5 deletions .github/scripts/dep-install.sh

This file was deleted.

44 changes: 0 additions & 44 deletions .github/workflows/ci.yml

This file was deleted.

13 changes: 4 additions & 9 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,7 @@
<p align="center"><img src="/docs/logo.svg?sanitize=true&raw=true" width="400"></p>
# (Deprecated) AsyncElegantOTA


<h2 align="center">Deprecated</h2>
AsyncElegantOTA has been **deprecated** and it is NOT recommended for usage. Please consider migrating to **[ElegantOTA](https://github.com/ayushsharma82/ElegantOTA) which now comes with async mode**. Learn More on async mode: https://docs.elegantota.pro/async-mode/

<p align="center">
AsyncElegantOTA has been deprecated in favor of new ElegantOTA V3 which now comes with Async Mode and latest features. Please consider moving to ElegantOTA V3 for further updates and improvements. <a href="https://github.com/ayushsharma82/ElegantOTA">Learn More</a>
</p>
---

<p align="center">
Existing users/supporters, please star the latest ElegantOTA repository so that more people can know about it :) Thanks!
</p>
**ElegantOTA** is the latest library that is much more reliable and has an advanced upload mechanism.
10 changes: 5 additions & 5 deletions examples/Async_Demo/Async_Demo.ino
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
/*
AsyncElegantOTA Demo Example - This example will work for both ESP8266 & ESP32 microcontrollers.
(Deprecated) AsyncElegantOTA Demo Example
-----
Author: Ayush Sharma ( https://github.com/ayushsharma82 )
Important Notice: Star the repository on Github if you like the library! :)
Repository Link: https://github.com/ayushsharma82/AsyncElegantOTA
This library has been deprecated. Please migrate to ElegantOTA v3
New Repo: https://github.com/ayushsharma82/ElegantOTA
Async Mode: https://docs.elegantota.pro/async-mode/
*/

#if defined(ESP8266)
Expand Down
4 changes: 2 additions & 2 deletions library.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "AsyncElegantOTA",
"keywords": "AsyncElegantOTA, OTA, Update, ESP8266, ESP32, Over, the, air",
"description": "Perform OTAs for ESP8266 & ESP32 Asynchronously.",
"description": "(Deprecated) Migrate to ElegantOTA v3. More info in repository README.",
"repository":
{
"type": "git",
Expand All @@ -15,7 +15,7 @@
"maintainer": true
}
],
"version": "2.2.8",
"version": "2.2.9",
"frameworks": "arduino",
"platforms": ["espressif8266", "espressif32"]
}
6 changes: 3 additions & 3 deletions library.properties
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
name=AsyncElegantOTA
version=2.2.8
version=2.2.9
author=Ayush Sharma
category=Communication
maintainer=Ayush Sharma <[email protected]>
sentence=Perform OTAs for ESP8266 & ESP32 Asynchronously.
paragraph=A User Interface Library which provides interactive elements for your Over the Air Updates on ESP8266/ESP32.
sentence=Deprecated: Migrate to EleganOTA v3. More info in repository README.
paragraph=Deprecated: Migrate to ElegantOTA v3. More info in repository README.
url=https://github.com/ayushsharma82/AsyncElegantOTA
architectures=esp8266,esp32
2 changes: 1 addition & 1 deletion src/AsyncElegantOTA.h
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#ifndef AsyncElegantOTA_h
#define AsyncElegantOTA_h

#warning AsyncElegantOTA library is deprecated, Please consider moving to newer ElegantOTA library which now comes with an Async Mode. Learn More: https://docs.elegantota.pro/async-mode/
#error AsyncElegantOTA library is deprecated, Please consider migrating to newer ElegantOTA library which now comes with an async mode. Learn More: https://docs.elegantota.pro/async-mode/

#include "Arduino.h"
#include "stdlib_noniso.h"
Expand Down
1 change: 0 additions & 1 deletion ui/README.md

This file was deleted.

0 comments on commit 5f48b2e

Please sign in to comment.