Skip to content

Commit 6109bfe

Browse files
Update page.md
1 parent 4bacd06 commit 6109bfe

File tree

1 file changed

+13
-7
lines changed
  • src/app/docs/intro/async-mode

1 file changed

+13
-7
lines changed

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

Lines changed: 13 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -12,22 +12,28 @@ One of the features of NetWizard is the async mode, which provides asynchronous
1212

1313
## Dependencies
1414

15+
{% callout title="Important" %}
16+
W.E.F v1.2.0, 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.
17+
18+
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`.
19+
{% /callout %}
20+
1521
Async mode depends on the following libraries. Please make sure you have installed these specific versions for a crash-free experience. *We use fork of AsyncWebServer from [mathieucarbou](https://github.com/mathieucarbou) which are stable and maintained regularly.*
1622

1723
<!-- ### For ESP8266
1824
19-
- (mathieucarbou) [esphome-ESPAsyncTCP](https://github.com/mathieucarbou/esphome-ESPAsyncTCP#v2.0.0) - **v2.0.0**
20-
- (mathieucarbou) [ESPAsyncWebServer](https://github.com/mathieucarbou/ESPAsyncWebServer#v3.0.5) - **v3.0.5** -->
25+
- (ESP32Async) [esphome-ESPAsyncTCP](https://github.com/ESP32Async/ESPAsyncTCP#v2.0.0) - **v2.0.0**
26+
- (ESP32Async) [ESPAsyncWebServer](https://github.com/ESP32Async/ESPAsyncWebServer#v3.7.1) - **v3.7.1** -->
2127

2228
### For ESP32
2329

24-
- (mathieucarbou) [AsyncTCP](https://github.com/mathieucarbou/AsyncTCP#v3.2.3) @ **v3.2.3**
25-
- (mathieucarbou) [ESPAsyncWebServer](https://github.com/mathieucarbou/ESPAsyncWebServer#v3.1.1) - **v3.1.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**
2632

27-
### For RP2040+W
33+
### For RP2040+W or RP2350+W
2834

29-
- (khoih-prog) [AsyncTCP_RP2040W](https://github.com/khoih-prog/AsyncTCP_RP2040W#v1.2.0) @ **v1.2.0**
30-
- (mathieucarbou) [ESPAsyncWebServer](https://github.com/mathieucarbou/ESPAsyncWebServer#v3.1.1) - **v3.1.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**
3137

3238
---
3339

0 commit comments

Comments
 (0)