### 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).
This commit is contained in:
Khoi Hoang
2021-03-22 20:48:42 -04:00
committed by GitHub
parent 0fd4700d36
commit f9045d4f85

View File

@ -61,7 +61,7 @@
"platforms": ["espressif32"]
},
{
"name": "external-repo",
"name": "STM32AsyncTCP",
"version": "https://github.com/khoih-prog/STM32AsyncTCP"
}
],