Fix RAM size for Espressif ESP-WROVER-KIT

This commit is contained in:
Ivan Kravets
2018-05-31 14:27:16 +03:00
parent a5bf079d7c
commit 540925efcc
+1 -1
View File
@@ -33,7 +33,7 @@
"name": "Espressif ESP-WROVER-KIT",
"upload": {
"flash_size": "4MB",
"maximum_ram_size": 294912,
"maximum_ram_size": 4194304,
"maximum_size": 1310720,
"require_upload_port": true,
"speed": 115200,