Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Boards have incorrect maximum_ram_size in json files #486

Closed
meltdown03 opened this issue Feb 6, 2021 · 2 comments
Closed

Boards have incorrect maximum_ram_size in json files #486

meltdown03 opened this issue Feb 6, 2021 · 2 comments

Comments

@meltdown03
Copy link

The normal ESP32 should have 532480 bytes SRAM. The az-delivery-devkit-v4 seems to be correct but the others using the same module are only 327680.

"maximum_ram_size": 532480,

"maximum_ram_size": 327680,

@valeros
Copy link
Member

valeros commented Feb 8, 2021

We use the same size as the Arduino IDE https://github.com/espressif/arduino-esp32/blob/master/boards.txt#L21
You can adjust that value in your platformio.ini:

board_upload.maximum_ram_size = 532480

@valeros valeros closed this as completed Feb 8, 2021
@carl3
Copy link

carl3 commented Feb 8, 2022

The boards files ttgo-t-beam.json, ttgo-t7-v13-mini32.json, and ttgo-t7-v14-mini32.json have an incorrect maximum_ram_size of 1310720. It should be 327680, similar to all the other boards. It is 327680 in the https://github.com/espressif/arduino-esp32/blob/master/boards.txt

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants