From 6f073fa6018dad9753ff120b9398c5be4bfbf7a0 Mon Sep 17 00:00:00 2001 From: akdeb Date: Wed, 23 Apr 2025 01:09:17 +0100 Subject: [PATCH] added details on new features --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index 957d13c..2eb047e 100644 --- a/README.md +++ b/README.md @@ -103,6 +103,9 @@ ElatoAI consists of three main components: 12. **Conversations with WebRTC and Websockets**: Talk to your AI with WebRTC on the NextJS webapp and with websockets on the ESP32. 13. **Volume Control**: Control the volume of the ESP32 speaker from the NextJS webapp. 14. **Realtime Transcripts**: The realtime transcripts of your conversations are stored in the Supabase DB. +15. **OTA Updates**: Over the Air Updates for the ESP32 firmware. +16. **Wifi Management**: Connect to your Wifi network from the ESP32 device. +17. **Factory Reset**: Factory reset the ESP32 device from the NextJS webapp. ## 🛠 Tech Stack