File tree Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 1
1
# ESPAsyncWebServer (Fork for WLED)
2
- [ ![ Build Status] ( https://travis-ci.org/willmmiles /ESPAsyncWebServer.svg?branch=master )] ( https://travis-ci.org/willmmiles /ESPAsyncWebServer ) ![ ] ( https://github.com/willmmiles /ESPAsyncWebServer/workflows/ESP%20Async%20Web%20Server%20CI/badge.svg ) [ ![ Codacy Badge] ( https://api.codacy.com/project/badge/Grade/395dd42cfc674e6ca2e326af3af80ffc )] ( https://www.codacy.com/manual/willmmiles /ESPAsyncWebServer?utm_source=github.com& ; utm_medium=referral& ; utm_content=willmmiles /ESPAsyncWebServer& ; utm_campaign=Badge_Grade )
2
+ [ ![ Build Status] ( https://travis-ci.org/Aircoookie /ESPAsyncWebServer.svg?branch=master )] ( https://travis-ci.org/Aircoookie /ESPAsyncWebServer ) ![ ] ( https://github.com/Aircoookie /ESPAsyncWebServer/workflows/ESP%20Async%20Web%20Server%20CI/badge.svg ) [ ![ Codacy Badge] ( https://api.codacy.com/project/badge/Grade/395dd42cfc674e6ca2e326af3af80ffc )] ( https://www.codacy.com/manual/Aircoookie /ESPAsyncWebServer?utm_source=github.com& ; utm_medium=referral& ; utm_content=Aircoookie /ESPAsyncWebServer& ; utm_campaign=Badge_Grade )
3
3
4
4
5
5
Async HTTP and WebSocket Server for ESP8266 Arduino
@@ -113,7 +113,7 @@ framework = arduino
113
113
lib_deps = ESP Async WebServer
114
114
115
115
# or using GIT Url (the latest development version)
116
- lib_deps = https://github.com/willmmiles /ESPAsyncWebServer.git
116
+ lib_deps = https://github.com/Aircoookie /ESPAsyncWebServer.git
117
117
```
118
118
5 . Happy coding with PlatformIO!
119
119
Original file line number Diff line number Diff line change 17
17
"repository" :
18
18
{
19
19
"type" : " git" ,
20
- "url" : " https://github.com/willmmiles /ESPAsyncWebServer.git"
20
+ "url" : " https://github.com/Aircoookie /ESPAsyncWebServer.git"
21
21
},
22
22
"version" : " 2.1.0" ,
23
23
"license" : " LGPL-3.0" ,
Original file line number Diff line number Diff line change 1
1
name =ESP Async WebServer
2
2
version =2.1.0
3
- author =Me-No-Dev
4
- maintainer =willmmiles
3
+ author =Me-No-Dev, willmmiles, Aircoookie
4
+ maintainer =Aircoookie
5
5
sentence =Async Web Server for ESP8266 and ESP31B (WLED fork)
6
6
paragraph =Async Web Server for ESP8266 and ESP31B
7
7
category =Other
8
- url =https://github.com/willmmiles /ESPAsyncWebServer
8
+ url =https://github.com/Aircoookie /ESPAsyncWebServer
9
9
architectures =*
You can’t perform that action at this time.
0 commit comments