Search found 1 match

by CatDog11
Wed Mar 04, 2026 10:16 am
Forum: ESP-IDF
Topic: ESP32 memory problem with wifi
Replies: 0
Views: 80

ESP32 memory problem with wifi

Hello,
I have a few problems with my little esp32 - touchscreen - project. I got an error with "region `dram0_0_seg' overflowed by 16792 bytes". This error occurs only, if I use both initialition lines in setup:

WiFi.mode(WIFI_STA);
touchscreen_setup();

But in my opinion the memory should be ...

Go to advanced search