HassoPlattnerInstituteHCI / dualpantoframework

DualPanto Framework
7 stars 0 forks source link

Use PSRAM #357

Open JuliusCosmoRomeo opened 2 years ago

JuliusCosmoRomeo commented 2 years ago

Using new ESP32 (WROVER) which comes with 4 MB PSRAM.

Overrides the new operator of the std lib to always allocate memory on the PSRAM as it's way bigger (4MB vs 320KB internal).