From 3ce027cf466b39d9834d55c0bfad902d58a703e5 Mon Sep 17 00:00:00 2001 From: HomeSpan Date: Sun, 17 Apr 2022 17:25:19 -0500 Subject: [PATCH] Update FAQ.md --- docs/FAQ.md | 1 - 1 file changed, 1 deletion(-) diff --git a/docs/FAQ.md b/docs/FAQ.md index bf51c56..fd02f79 100644 --- a/docs/FAQ.md +++ b/docs/FAQ.md @@ -55,7 +55,6 @@ #### Can you add a Web Server to HomeSpan? * Yes, provided you implement your Web Server using standard ESP32-Arduino libraries, such as `WebServer.h`. See [ProgrammableHub](https://github.com/HomeSpan/ProgrammableHub) for an illustrative example of how to easily integrate a Web Server into HomeSpan. This project also covers various other advanced topics, including TCP slot management, dynamic creation of Accessories, and saving arbitrary data in the ESP32's NVS. -* Note *ESP32AsyncWebServer* cannot be used since it requires a TCP stack that is unfortunately incompatible with HomeSpan. #### Can you add *custom* Services and Characteristics to HomeSpan?