From cf7f4fc64c4e0f35a86985e6ba3d2d96036518cd Mon Sep 17 00:00:00 2001 From: Keith Burzinski Date: Mon, 23 Sep 2024 18:58:27 -0500 Subject: [PATCH] Bump flash_size to 16MB (#145) --- home-assistant-voice.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/home-assistant-voice.yaml b/home-assistant-voice.yaml index b7e4d2d..a1ad3e5 100644 --- a/home-assistant-voice.yaml +++ b/home-assistant-voice.yaml @@ -49,7 +49,7 @@ esphome: esp32: board: esp32-s3-devkitc-1 variant: esp32s3 - flash_size: 8MB + flash_size: 16MB framework: type: esp-idf version: recommended