Skip to content

Commit 69843d8

Browse files
committed
update issue template
1 parent 910f1af commit 69843d8

File tree

1 file changed

+15
-1
lines changed

1 file changed

+15
-1
lines changed

.github/ISSUE_TEMPLATE/issue.md

+15-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,6 @@ If you have a crash, regression or found an issue, please give the following inf
2222
- AsyncTCP repository location you use (if applicable and if you use one coming from elsewhere):
2323
- ESPAsyncTCP version (if applicable):
2424
- ESPAsyncTCP repository location you use (if applicable and if you use one coming from elsewhere):
25-
- Do you use AsyncTCPSock (y/n):
2625

2726
Please post a complete decoded stack trace below in case of a crash (if applicable):
2827

@@ -35,3 +34,18 @@ Please post some code, ino file, minimal reproductible use case (if applicable)
3534
```cpp
3635

3736
```
37+
38+
IMPORTANT MESSAGE FOR RP2040 USERS and AsyncTCPSock USERS:
39+
40+
RP2040 and AsyncTCPSock are not supported by ESP32 organization. We only support these libraries:
41+
42+
- https://github.com/ESP32Async/ESPAsyncWebServer
43+
- https://github.com/ESP32Async/AsyncTCP
44+
- https://github.com/ESP32Async/ESPAsyncTCP
45+
46+
If you are using RP2040 or AsyncTCPSock, please go to the respective repositories to open an issue:
47+
48+
- https://github.com/yubox-node-org/AsyncTCPSock
49+
- https://github.com/khoih-prog/AsyncTCP_RP2040W
50+
51+
If you are 100% sure that your issue is not related to these libraries but ESPAsyncWebServer itself, please provide the necessary information and we will try to help you.

0 commit comments

Comments
 (0)