Skip to content

Commit 8566d5d

Browse files
committed
bupmed version to 3.0.0
1 parent aba2482 commit 8566d5d

File tree

3 files changed

+7
-5
lines changed

3 files changed

+7
-5
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ This Library is available in `Arduino Library Repository` and `PIO` and you can
5555
|:---:|:---:|
5656
|<img width="500" src="previews/arduino.png" alt="Arduino library manager"/>|<img width="500" src="previews/pio.png" alt="pltformio library"/>|
5757

58-
`ipdotsetaf/ESPAsyncHTTPUpdateServer@^2.0.0`
58+
`ipdotsetaf/ESPAsyncHTTPUpdateServer@^3.0.0`
5959
### Setup
6060
1. Include the library after `ESPAsyncWebServer.h`
6161
``` C++

library.json

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "ESPAsyncHTTPUpdateServer",
3-
"version": "2.0.0",
3+
"version": "3.0.0",
44
"description": "Simple/Stylized HTTP Update Server for ESPAsyncWebServer(by me-no-dev). This library lets you to update Firmware/FileSystem of ESP32/ESP8266 OTA(Over The Air) from a web page.",
55
"keywords":
66
[
@@ -12,7 +12,9 @@
1212
"UpdateServer",
1313
"FileSystem",
1414
"Firmware",
15-
"Style"
15+
"Style",
16+
"Event",
17+
"Callback"
1618
],
1719
"repository":
1820
{

library.properties

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name=ESPAsyncHTTPUpdateServer
2-
version=2.0.0
2+
version=3.0.0
33
author=Mohammad Mahdi Nazari <[email protected]>
44
maintainer=Mohammad Mahdi Nazari <[email protected]>
55
sentence=Simple/Stylized HTTP Update Server for ESPAsyncWebServer(by me-no-dev)
@@ -9,4 +9,4 @@ url=https://github.com/IPdotSetAF/ESPAsyncHTTPUpdateServer
99
architectures=esp8266, esp32
1010
dot_a_linkage=false
1111
includes=ESPAsyncHTTPUpdateServer.h
12-
depends=ESPAsyncWebServer (>=1.2.4)
12+
depends=ESPAsyncWebServer (>=3.7.4)

0 commit comments

Comments
 (0)