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
{{ message }}
This repository was archived by the owner on Feb 4, 2023. It is now read-only.
Copy file name to clipboardexpand all lines: README.md
+2-2
Original file line number
Diff line number
Diff line change
@@ -82,12 +82,12 @@ to apply the better and faster **asynchronous** feature of the **powerful** [Asy
82
82
- When you send the response, you are **immediately ready** to handle other connections while the server is taking care of sending the response in the background
83
83
-**Speed is OMG**
84
84
- After connecting to a UDP server as an Async Client, you are **immediately ready** to handle other connections while the Client is taking care of receiving the UDP responding packets in the background.
85
-
- You are not required to check in a tight loop() the arrival of the UDP responding packets to process them.
85
+
- You are not required to check in a tight `loop()` for the arrival of the UDP responding packets to process them.
86
86
87
87
88
88
#### Currently supported Boards
89
89
90
-
1.**ESP32-based boards using `LwIP` W5500, W6100 or ENC28J60 Ethernet
90
+
1.**ESP32-based boards using `LwIP` W5500, W6100 or ENC28J60 Ethernet**
0 commit comments