Update ws_esp32_s3_matrix.json (#93)

Fixes https://github.com/platformio/platformio-core/issues/5055
This commit is contained in:
Kyle Mohr
2024-12-23 13:26:33 -06:00
committed by GitHub
parent c12f1e2220
commit fca71a74d6
+1 -1
View File
@@ -3,7 +3,7 @@
"core": "esp32", "core": "esp32",
"f_cpu": "240000000L", "f_cpu": "240000000L",
"f_flash": "80000000L", "f_flash": "80000000L",
"memory_type": "qio_qspi" "memory_type": "qio_qspi",
"mcu": "esp32s3", "mcu": "esp32s3",
"variant": "ws_esp32_s3_matrix" "variant": "ws_esp32_s3_matrix"
}, },