Skip to content

Commit fad4a7f

Browse files
committed
Modify the flash size to 16MB.
1 parent be243a2 commit fad4a7f

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

boards/heltec_vision_master_e213.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"build": {
33
"arduino": {
44
"ldscript": "esp32s3_out.ld",
5-
"partitions": "default_8MB.csv",
5+
"partitions": "default_16MB.csv",
66
"memory_type": "qio_opi"
77
},
88
"core": "esp32",
@@ -31,9 +31,9 @@
3131
"frameworks": ["arduino", "espidf"],
3232
"name": "Heltec Vision Master E213",
3333
"upload": {
34-
"flash_size": "8MB",
34+
"flash_size": "16MB",
3535
"maximum_ram_size": 8388608,
36-
"maximum_size": 8388608,
36+
"maximum_size": 16777216,
3737
"use_1200bps_touch": true,
3838
"wait_for_upload_port": true,
3939
"require_upload_port": true,

0 commit comments

Comments
 (0)