You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* fix: arduino-pico compatibility
- Switch to RPAsyncTCP dependency
- Added support for RP2350
* fix: CI for RP2040 and RP2350
* chore: ci trigger
* ci(pre-commit): Apply automatic fixes
---------
Co-authored-by: pre-commit-ci-lite[bot] <117423508+pre-commit-ci-lite[bot]@users.noreply.github.com>
Copy file name to clipboardExpand all lines: README.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -89,9 +89,9 @@ lib_ignore =
89
89
ESP32Async/AsyncTCP
90
90
```
91
91
92
-
**AsyncTCP_RP2040W**
92
+
**RPAsyncTCP**
93
93
94
-
AsyncTCP_RP2040W provides support for RP2040 and replaced AsyncTCP in this case:
94
+
RPAsyncTCP replaces AsyncTCP to provide support for RP2040(+WiFi) and RP2350(+WiFi) boards. For example - Raspberry Pi Pico W and Raspberry Pi Pico 2W.
0 commit comments