From 833df83ae182db0eaae9fa59b6197c703008df0c Mon Sep 17 00:00:00 2001 From: Khoi Hoang <57012152+khoih-prog@users.noreply.github.com> Date: Thu, 1 Oct 2020 22:20:42 -0400 Subject: [PATCH] v1.2.4 ### Releases v1.2.4 1. Add back MD5/SHA1 authentication feature. 2. Add example, update README.md, clean up. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index e85e427..a5b666f 100644 --- a/README.md +++ b/README.md @@ -42,7 +42,7 @@ to apply the better and faster **asynchronous** feature of the **powerful** [ESP ## Prerequisite - 1. [`Arduino IDE 1.8.12+` for Arduino](https://www.arduino.cc/en/Main/Software) + 1. [`Arduino IDE 1.8.13+` for Arduino](https://www.arduino.cc/en/Main/Software) 2. [`Arduino Core for STM32 1.9.0+`](https://github.com/stm32duino/Arduino_Core_STM32) for STM32 (Use Arduino Board Manager) 3. [`STM32Ethernet library v1.2.0+`](https://github.com/stm32duino/STM32Ethernet) for built-in Ethernet on (Nucleo-144, Discovery) 4. [`LwIP library v2.1.2+`](https://github.com/stm32duino/LwIP) for built-in Ethernet on (Nucleo-144, Discovery)