Skip to content

Commit

Permalink
Original repo links
Browse files Browse the repository at this point in the history
  • Loading branch information
Aircoookie committed Mar 10, 2024
1 parent c0fbcc2 commit 6bf93e9
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# ESPAsyncWebServer (Fork for WLED)
[![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)
[![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)


Async HTTP and WebSocket Server for ESP8266 Arduino
Expand Down Expand Up @@ -113,7 +113,7 @@ framework = arduino
lib_deps = ESP Async WebServer

# or using GIT Url (the latest development version)
lib_deps = https://github.com/willmmiles/ESPAsyncWebServer.git
lib_deps = https://github.com/Aircoookie/ESPAsyncWebServer.git
```
5. Happy coding with PlatformIO!

Expand Down
2 changes: 1 addition & 1 deletion library.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"repository":
{
"type": "git",
"url": "https://github.com/willmmiles/ESPAsyncWebServer.git"
"url": "https://github.com/Aircoookie/ESPAsyncWebServer.git"

This comment has been minimized.

Copy link
@blazoncek

blazoncek Mar 10, 2024

Collaborator

We should also update dependency for AsyncTCP to use Phil Bolduc's version.

https://github.com/pbolduc/AsyncTCP.git @ 1.2.0

},
"version": "2.1.0",
"license": "LGPL-3.0",
Expand Down
6 changes: 3 additions & 3 deletions library.properties
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
name=ESP Async WebServer
version=2.1.0
author=Me-No-Dev
maintainer=willmmiles
author=Me-No-Dev, willmmiles, Aircoookie
maintainer=Aircoookie
sentence=Async Web Server for ESP8266 and ESP31B (WLED fork)
paragraph=Async Web Server for ESP8266 and ESP31B
category=Other
url=https://github.com/willmmiles/ESPAsyncWebServer
url=https://github.com/Aircoookie/ESPAsyncWebServer
architectures=*

0 comments on commit 6bf93e9

Please sign in to comment.