From fca71a74d6d89c7e799ef1d059171acc0dca0cd3 Mon Sep 17 00:00:00 2001 From: Kyle Mohr <6644803+kylefmohr@users.noreply.github.com> Date: Mon, 23 Dec 2024 13:26:33 -0600 Subject: [PATCH] Update ws_esp32_s3_matrix.json (#93) Fixes https://github.com/platformio/platformio-core/issues/5055 --- boards/ws_esp32_s3_matrix.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/boards/ws_esp32_s3_matrix.json b/boards/ws_esp32_s3_matrix.json index b2f054a..d116bc5 100644 --- a/boards/ws_esp32_s3_matrix.json +++ b/boards/ws_esp32_s3_matrix.json @@ -3,7 +3,7 @@ "core": "esp32", "f_cpu": "240000000L", "f_flash": "80000000L", - "memory_type": "qio_qspi" + "memory_type": "qio_qspi", "mcu": "esp32s3", "variant": "ws_esp32_s3_matrix" },