Skip to content

Commit

Permalink
Fixed flash memory size for ESP32S3 CAM LCD board (#1096)
Browse files Browse the repository at this point in the history
S3 Eye has 8MB OPI Flash

Resolves #1095
  • Loading branch information
Jason2866 authored May 16, 2023
1 parent efc0303 commit 5fdb90c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions boards/esp32s3camlcd.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,9 +38,9 @@
],
"name": "ESP32S3 CAM LCD",
"upload": {
"flash_size": "4MB",
"flash_size": "8MB",
"maximum_ram_size": 327680,
"maximum_size": 16777216,
"maximum_size": 8388608,
"require_upload_port": true,
"speed": 921600
},
Expand Down

0 comments on commit 5fdb90c

Please sign in to comment.