-
|
Hi, I am new to this environment. I try the first example of ESP32_Display_Panel on Arduino IDE. The compile an upload is fine, but I get the following error message when on the Serial Monitor: ESP-ROM:esp32s3-20210327 |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments
-
|
The Arduino IDE 2.3.5 only has the option to disable/enable the PSRAM but 'n saw on another example that they set the "Partition Scheme" to "Huge APP (3MB No OTA/1MB SPIFFS)". This resolves the error. |
Beta Was this translation helpful? Give feedback.
-
|
The Arduino IDE 2.3.5 only has the option to disable/enable the PSRAM but 'n saw on another example that they set the "Partition Scheme" to "Huge APP (3MB No OTA/1MB SPIFFS)". This resolves the error. |
Beta Was this translation helpful? Give feedback.
The Arduino IDE 2.3.5 only has the option to disable/enable the PSRAM but 'n saw on another example that they set the "Partition Scheme" to "Huge APP (3MB No OTA/1MB SPIFFS)".
This resolves the error.