Skip to content
This repository was archived by the owner on Feb 4, 2023. It is now read-only.

Commit ca4c450

Browse files
authored
v2.1.0 for ESP32 & LwIP Ethernet
### Releases v2.1.0 1. Initial coding to port [AsyncUDP](https://github.com/espressif/arduino-esp32/tree/master/libraries/AsyncUDP) to ESP32 boards using `LwIP W5500, W6100 or ENC28J60 Ethernet` 2. Bump up to v2.1.0 to sync with [AsyncUDP_ESP32_SC_Ethernet v2.1.0](https://github.com/khoih-prog/AsyncUDP_ESP32_SC_Ethernet)
1 parent 70eec65 commit ca4c450

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -82,12 +82,12 @@ to apply the better and faster **asynchronous** feature of the **powerful** [Asy
8282
- 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
8383
- **Speed is OMG**
8484
- 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.
8686

8787

8888
#### Currently supported Boards
8989

90-
1. **ESP32-based boards using `LwIP` W5500, W6100 or ENC28J60 Ethernet
90+
1. **ESP32-based boards using `LwIP` W5500, W6100 or ENC28J60 Ethernet**
9191

9292

9393
---

0 commit comments

Comments
 (0)