From 49ddbb0407893ae9f4cd281677af74c66cfd3e91 Mon Sep 17 00:00:00 2001 From: HomeSpan Date: Sat, 1 Apr 2023 12:44:05 -0500 Subject: [PATCH] Update FAQ.md --- docs/FAQ.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/FAQ.md b/docs/FAQ.md index c5e2ba1..8b0a0ad 100644 --- a/docs/FAQ.md +++ b/docs/FAQ.md @@ -60,7 +60,7 @@ #### 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](../Other%20Examples/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. +* Yes, provided you implement your Web Server using standard ESP32-Arduino libraries, such as `WebServer.h`. See [ProgrammableHub](../examples/Other%20Examples/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. #### Can you add *custom* Services and Characteristics to HomeSpan?