From 458371ad10e2db4faa2997e2a7cfe9c1173506af Mon Sep 17 00:00:00 2001 From: Khoi Hoang <57012152+khoih-prog@users.noreply.github.com> Date: Thu, 14 Oct 2021 23:02:45 -0400 Subject: [PATCH] v1.2.0 for LwIP workaround ### Releases v1.2.0 1. Workaround for issue with `dns_gethostbyname` not-working issue in `mbed_portenta v2.5.2-` 2. To prepare for new library [Portenta_H7_AsyncHTTPRequest](https://github.com/khoih-prog/Portenta_H7_AsyncHTTPRequest) --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 2175567..89f9479 100644 --- a/README.md +++ b/README.md @@ -24,6 +24,7 @@ * [VS Code & PlatformIO](#vs-code--platformio) * [Packages' Patches](#packages-patches) * [1. For Portenta_H7 boards using Arduino IDE in Linux](#1-for-portenta_h7-boards-using-arduino-ide-in-linux) + * [2. To fix compile error relating to dns_gethostbyname and LwIP stack](#2-to-fix-compile-error-relating-to-dns_gethostbyname-and-lwip-stack) * [Orignal documentation](#Orignal-documentation) * [AsyncClient and AsyncServer](#AsyncClient-and-AsyncServer) * [AsyncPrinter](#AsyncPrinter)