From 70903eadc5a909cbba28856b72a70b8a90612c65 Mon Sep 17 00:00:00 2001 From: Khoi Hoang <57012152+khoih-prog@users.noreply.github.com> Date: Wed, 22 Jun 2022 01:57:07 -0400 Subject: [PATCH] v1.5.0 for new STM32 v2.3.0 core ### Releases v1.5.0 1. Update examples for new STM32 core v2.3.0 2. Update `Packages' Patches` --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index f68395d..4d4b8af 100644 --- a/README.md +++ b/README.md @@ -116,6 +116,7 @@ * [12. **MQTT_ThingStream_LAN8720**](examples/STM32_LAN8720/MQTT_ThingStream_LAN8720) * [13. WebClient_LAN8720](examples/STM32_LAN8720/WebClient_LAN8720) * [14. WebClientRepeating_LAN8720](examples/STM32_LAN8720/WebClientRepeating_LAN8720) +* [Example Async_AdvancedWebServer](#Example-Async_AdvancedWebServer) * [Debug Terminal Output Samples](#debug-termimal-output-samples) * [1. AsyncMultiWebServer_STM32 on NUCLEO_F767ZI using Built-in LAN8742A Ethernet and STM32Ethernet Library](#1-asyncmultiwebserver_stm32-on-nucleo_f767zi-using-built-in-lan8742a-ethernet-and-stm32ethernet-library) * [2. WebClient on NUCLEO_F767ZI using Built-in LAN8742A Ethernet and STM32Ethernet Library](#2-webclient-on-nucleo_f767zi-using-built-in-lan8742a-ethernet-and-stm32ethernet-library)