We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent be243a2 commit fad4a7fCopy full SHA for fad4a7f
boards/heltec_vision_master_e213.json
@@ -2,7 +2,7 @@
2
"build": {
3
"arduino": {
4
"ldscript": "esp32s3_out.ld",
5
- "partitions": "default_8MB.csv",
+ "partitions": "default_16MB.csv",
6
"memory_type": "qio_opi"
7
},
8
"core": "esp32",
@@ -31,9 +31,9 @@
31
"frameworks": ["arduino", "espidf"],
32
"name": "Heltec Vision Master E213",
33
"upload": {
34
- "flash_size": "8MB",
+ "flash_size": "16MB",
35
"maximum_ram_size": 8388608,
36
- "maximum_size": 8388608,
+ "maximum_size": 16777216,
37
"use_1200bps_touch": true,
38
"wait_for_upload_port": true,
39
"require_upload_port": true,
0 commit comments