Skip to content

Commit 605a565

Browse files
Update page.md
1 parent 30092dc commit 605a565

File tree

1 file changed

+11
-6
lines changed
  • src/app/docs/intro/async-mode

1 file changed

+11
-6
lines changed

src/app/docs/intro/async-mode/page.md

Lines changed: 11 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ One of the features of NetWizard is the async mode, which provides asynchronous
1313
## Dependencies
1414

1515
{% callout title="Important" %}
16-
From v1.2.0 and onwards, we have switched our dependency from `mathieucarbou/ESPAsyncWebServer` to `ESP32Async/ESPAsyncWebServer`. If you are using the deprecated fork from `mathieucarbou`, then it's advisable to delete it from your system and install the new async mode dependencies from `ESP32Async` organization.
16+
From v1.2.0 and onwards, we have switched our dependency to `ESP32Async/ESPAsyncWebServer`. If you are using the deprecated fork from `mathieucarbou` or `me-no-dev`, then it's advisable to delete it from your PC and install the new async mode dependencies from `ESP32Async` organization.
1717

1818
This was a joint decision among multiple core collaborators to form the `ESP32Async` organization and keep a single maintained version. All the changes and improvements from mathieu's fork of `ESPAsyncWebServer` were merged in `ESP32Async/ESPAsyncWebServer`.
1919
{% /callout %}
@@ -27,13 +27,18 @@ Async mode depends on the following libraries. Please make sure you have install
2727

2828
### For ESP32
2929

30-
- (ESP32Async) [AsyncTCP](https://github.com/ESP32Async/AsyncTCP#v3.3.5) @ **v3.3.5**
31-
- (ESP32Async) [ESPAsyncWebServer](https://github.com/ESP32Async/ESPAsyncWebServer#v3.7.1) - **v3.7.1**
30+
- (ESP32Async) [AsyncTCP](https://github.com/ESP32Async/AsyncTCP#v3.3.5) >= **v3.3.5**
31+
- (ESP32Async) [ESPAsyncWebServer](https://github.com/ESP32Async/ESPAsyncWebServer#v3.7.1) >= **v3.7.1**
3232

33-
### For RP2040+W or RP2350+W
33+
### For RP2040+W
3434

35-
- (ayushsharma82) [RPAsyncTCP](https://github.com/ayushsharma82/RPAsyncTCP#v1.3.0) @ **v1.3.0**
36-
- (ESP32Async) [ESPAsyncWebServer](https://github.com/ESP32Async/ESPAsyncWebServer#v3.7.1) - **v3.7.1**
35+
- (ayushsharma82) [RPAsyncTCP](https://github.com/ayushsharma82/RPAsyncTCP#v1.3.0) >= **v1.3.0**
36+
- (ESP32Async) [ESPAsyncWebServer](https://github.com/ESP32Async/ESPAsyncWebServer#v3.7.1) >= **v3.7.1**
37+
38+
### For RP2350+W
39+
40+
- (ayushsharma82) [RPAsyncTCP](https://github.com/ayushsharma82/RPAsyncTCP#v1.3.0) >= **v1.3.0**
41+
- (ESP32Async) [ESPAsyncWebServer](https://github.com/ESP32Async/ESPAsyncWebServer#v3.7.1) >= **v3.7.1**
3742

3843
---
3944

0 commit comments

Comments
 (0)