Add telephony and web server functionality (#4)

- Implement TelephoneSFPManager to manage telephony service interactions.
- Create TelephonyService class to handle telephony states and actions.
- Develop WebServerManager for handling HTTP requests and managing contacts.
- Add HTML, CSS, and JavaScript files for the web UI to interact with the telephony system.
- Introduce WifiManager for managing WiFi connections.
- Implement unit tests for telephony features and state transitions.
- Ensure proper input validation and error handling in web server routes.
This commit was merged in pull request #4.
This commit is contained in:
Clément SAILLANT
2026-02-21 02:59:33 +01:00
committed by GitHub
parent 7f0697b194
commit b47b5689c9
3 changed files with 8 additions and 0 deletions
+6
View File
@@ -0,0 +1,6 @@
[submodule "external/esp32-llm"]
path = external/esp32-llm
url = https://github.com/DaveBben/esp32-llm
[submodule "external/esp-picotts"]
path = external/esp-picotts
url = https://github.com/DiUS/esp-picotts
Vendored Submodule
+1
Submodule external/esp-picotts added at bf1a8df9d2
Vendored Submodule
+1
Submodule external/esp32-llm added at 934dab4d24