Skip to content

Commit 5fdb90c

Browse files
authored
Fixed flash memory size for ESP32S3 CAM LCD board (#1096)
S3 Eye has 8MB OPI Flash Resolves #1095
1 parent efc0303 commit 5fdb90c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

boards/esp32s3camlcd.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,9 +38,9 @@
3838
],
3939
"name": "ESP32S3 CAM LCD",
4040
"upload": {
41-
"flash_size": "4MB",
41+
"flash_size": "8MB",
4242
"maximum_ram_size": 327680,
43-
"maximum_size": 16777216,
43+
"maximum_size": 8388608,
4444
"require_upload_port": true,
4545
"speed": 921600
4646
},

0 commit comments

Comments
 (0)