Переглянути джерело

Removed Hash.h from examples and README.md

Ayush Sharma 5 роки тому
батько
коміт
e1944d1d1c

+ 0 - 2
README.md

@@ -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>
@@ -110,7 +109,6 @@ void loop(void) {
 
 ```
 #include <WiFi.h>
-#include <Hash.h>
 #include <AsyncTCP.h>
 #include <ESPAsyncWebServer.h>
 #include <AsyncElegantOTA.h>

+ 0 - 1
examples/ESP32_Async_Demo/ESP32_Async_Demo.ino

@@ -1,5 +1,4 @@
 #include <WiFi.h>
-#include <Hash.h>
 #include <AsyncTCP.h>
 #include <ESPAsyncWebServer.h>
 #include <AsyncElegantOTA.h>

+ 0 - 1
examples/ESP8266_Async_Demo/ESP8266_Async_Demo.ino

@@ -1,5 +1,4 @@
 #include <ESP8266WiFi.h>
-#include <Hash.h>
 #include <ESPAsyncTCP.h>
 #include <ESPAsyncWebServer.h>
 #include <AsyncElegantOTA.h>

+ 1 - 1
library.json

@@ -15,7 +15,7 @@
       "maintainer": true
     }
   ],
-  "version": "2.2.1",
+  "version": "2.2.2",
   "frameworks": "arduino",
   "platforms": "espressif"
 }

+ 1 - 1
library.properties

@@ -1,5 +1,5 @@
 name=AsyncElegantOTA
-version=2.2.1
+version=2.2.2
 author=Ayush Sharma
 category=Communication
 maintainer=Ayush Sharma <asrocks5@gmail.com>