From dceb4636a0cc1d0fe76241738933800aeae51fcf Mon Sep 17 00:00:00 2001 From: akdeb Date: Wed, 23 Apr 2025 16:52:11 +0100 Subject: [PATCH] no PSRAM required --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index bc2e0a1..36f0031 100644 --- a/README.md +++ b/README.md @@ -128,6 +128,7 @@ ElatoAI consists of three main components: 16. **Wifi Management**: Connect to your Wifi network from the ESP32 device. 17. **Factory Reset**: Factory reset the ESP32 device from the NextJS webapp. 18. **Button and Touch Support**: Use the button OR touch sensor to control the ESP32 device. +19. **No PSRAM Required**: The ESP32 device does not require PSRAM to run the speech to speech AI. ## 🛠 Tech Stack