You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The normal ESP32 should have
532480
bytes SRAM. Theaz-delivery-devkit-v4
seems to be correct but the others using the same module are only327680
.platform-espressif32/boards/az-delivery-devkit-v4.json
Line 30 in 55f50dc
platform-espressif32/boards/esp32dev.json
Line 30 in 55f50dc
The text was updated successfully, but these errors were encountered: