Skip to content

Commit

Permalink
Removed Hash.h from examples and README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
ayushsharma82 committed Jun 25, 2020
1 parent feb5727 commit e1944d1
Show file tree
Hide file tree
Showing 5 changed files with 2 additions and 6 deletions.
2 changes: 0 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,6 @@ Download the [Repository](https://github.com/ayushsharma82/AsyncElegantOTA/archi

```
#include <ESP8266WiFi.h>
#include <Hash.h>
#include <ESPAsyncTCP.h>
#include <ESPAsyncWebServer.h>
#include <AsyncElegantOTA.h>
Expand Down Expand Up @@ -110,7 +109,6 @@ void loop(void) {

```
#include <WiFi.h>
#include <Hash.h>
#include <AsyncTCP.h>
#include <ESPAsyncWebServer.h>
#include <AsyncElegantOTA.h>
Expand Down
1 change: 0 additions & 1 deletion examples/ESP32_Async_Demo/ESP32_Async_Demo.ino
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
#include <WiFi.h>
#include <Hash.h>
#include <AsyncTCP.h>
#include <ESPAsyncWebServer.h>
#include <AsyncElegantOTA.h>
Expand Down
1 change: 0 additions & 1 deletion examples/ESP8266_Async_Demo/ESP8266_Async_Demo.ino
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
#include <ESP8266WiFi.h>
#include <Hash.h>
#include <ESPAsyncTCP.h>
#include <ESPAsyncWebServer.h>
#include <AsyncElegantOTA.h>
Expand Down
2 changes: 1 addition & 1 deletion library.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"maintainer": true
}
],
"version": "2.2.1",
"version": "2.2.2",
"frameworks": "arduino",
"platforms": "espressif"
}
2 changes: 1 addition & 1 deletion library.properties
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name=AsyncElegantOTA
version=2.2.1
version=2.2.2
author=Ayush Sharma
category=Communication
maintainer=Ayush Sharma <[email protected]>
Expand Down

0 comments on commit e1944d1

Please sign in to comment.