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

Commit

Permalink
v1.6.3 to add WebSockets examples
Browse files Browse the repository at this point in the history
#### Releases v1.6.3

1. Add `Async_WebSocketsServer`, `Async_HttpBasicAuth` and `MQTT` examples
  • Loading branch information
khoih-prog authored Dec 6, 2022
1 parent 01ed28b commit 7a1d67d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -100,6 +100,8 @@
* [2. Async_AdvancedWebServer_MemoryIssues_Send_CString on ESP32_DEV with ESP32_W5500](#2-Async_AdvancedWebServer_MemoryIssues_Send_CString-on-ESP32_DEV-with-ESP32_W5500)
* [3. Async_AdvancedWebServer_SendChunked on ESP32_DEV with ESP32_W5500](#3-Async_AdvancedWebServer_SendChunked-on-ESP32_DEV-with-ESP32_W5500)
* [4. AsyncWebServer_SendChunked on ESP32_DEV with ESP32_W5500](#4-AsyncWebServer_SendChunked-on-ESP32_DEV-with-ESP32_W5500)
* [5. Async_WebSocketsServer on ESP32_DEV with ESP32_W5500](#5-Async_WebSocketsServer-on-ESP32_DEV-with-ESP32_W5500)
* [6. Async_HTTPBasicAuth on ESP32_DEV with ESP32_W5500](#6-Async_HTTPBasicAuth-on-ESP32_DEV-with-ESP32_W5500)
* [Debug](#debug)
* [Troubleshooting](#troubleshooting)
* [Issues](#issues)
Expand Down

0 comments on commit 7a1d67d

Please sign in to comment.