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

Commit

Permalink
Added Deprecation Notice
Browse files Browse the repository at this point in the history
  • Loading branch information
ayushsharma82 authored Sep 20, 2023
1 parent ebfb6f5 commit 5a16abc
Showing 1 changed file with 1 addition and 1 deletion.
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.loop(); is deprecated, please remove it from loop() if defined. This function will be removed in a future release.
#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/

#include "Arduino.h"
#include "stdlib_noniso.h"
Expand Down

0 comments on commit 5a16abc

Please sign in to comment.