From f9045d4f858a892b8c07a7d3b5d1389331cee8e8 Mon Sep 17 00:00:00 2001 From: Khoi Hoang <57012152+khoih-prog@users.noreply.github.com> Date: Mon, 22 Mar 2021 20:48:42 -0400 Subject: [PATCH] v1.1.5 ### Releases v1.1.5 1. Fix dependency on unpublished [**STM32AsyncTCP Library**](https://github.com/philbowles/STM32AsyncTCP). Check [Compilation broken due to error in STM32AsyncTCP dependency](https://github.com/khoih-prog/AsyncWebServer_STM32/issues/4) and [how to run one of the examples?](https://github.com/khoih-prog/AsyncWebServer_STM32/issues/2). --- library.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/library.json b/library.json index 2c7176b..ba9b3f4 100644 --- a/library.json +++ b/library.json @@ -61,7 +61,7 @@ "platforms": ["espressif32"] }, { - "name": "external-repo", + "name": "STM32AsyncTCP", "version": "https://github.com/khoih-prog/STM32AsyncTCP" } ],