Skip to content

Commit d93c9ef

Browse files
authored
Fixed flash size for AZ-Delivery ESP-32 Dev Kit C V4
Resolves platformio/platformio-docs#234
1 parent f8340a2 commit d93c9ef

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

boards/az-delivery-devkit-v4.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
"upload": {
2929
"flash_size": "4MB",
3030
"maximum_ram_size": 532480,
31-
"maximum_size": 16777216,
31+
"maximum_size": 4194304,
3232
"require_upload_port": true,
3333
"speed": 460800
3434
},

0 commit comments

Comments
 (0)