rjwats / esp8266-react

A framework for ESP8266 & ESP32 microcontrollers with a React UI
GNU Lesser General Public License v3.0
478 stars 147 forks source link

Report PSRAM on status screen for ESP32 #158

Closed rjwats closed 4 years ago

proddy commented 4 years ago

side note: for older ESP32 boards (rev0 or rev1) you have to add -mfix-esp32-psram-cache-issue to the build flags in platformio.ini

https://docs.espressif.com/projects/esp-idf/en/latest/esp32/api-guides/external-ram.html#esp32-rev-v1 https://thingpulse.com/esp32-how-to-use-psram/