Skip to content

Commit 9c6d68f

Browse files
committed
Fix ESP-WROOM-02 ram size
1 parent 3ca214d commit 9c6d68f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

boards/esp_wroom_02.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,12 +14,12 @@
1414
],
1515
"name": "ESP-WROOM-02",
1616
"upload": {
17-
"maximum_ram_size": 51200,
17+
"maximum_ram_size": 81920,
1818
"maximum_size": 4194304,
1919
"require_upload_port": true,
2020
"resetmethod": "nodemcu",
2121
"speed": 115200
2222
},
2323
"url": "http://www.esp8266.com/wiki/doku.php?id=esp8266-module-family",
2424
"vendor": "Espressif"
25-
}
25+
}

0 commit comments

Comments
 (0)