Skip to content

Commit d91a581

Browse files
committed
Fix maximum RAM size for ESP32-C6-DevKitC-1
1 parent d394712 commit d91a581

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

boards/esp32-c6-devkitc-1.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
"name": "Espressif ESP32-C6-DevKitC-1",
1616
"upload": {
1717
"flash_size": "8MB",
18-
"maximum_ram_size": 524288,
18+
"maximum_ram_size": 327680,
1919
"maximum_size": 8388608,
2020
"require_upload_port": true,
2121
"speed": 460800

0 commit comments

Comments
 (0)