ESP32: Failed to init wifi because of too little memory allocation #1679
-
Hi, So my question is: why is the startup memory so small? It just 'Free heap: 147308 bytes'. Thanks for your help and have a good day! DeviceESP32-WROVER with 4MB PSRAM and 16MB FLASH platformio.ini
my log:
|
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 2 replies
-
I removed wss, record and others' which were not used now, wifi_init success now, but it's seem to leak memory or other problems. (I deleted some private information in url, not importance) my log now:
|
Beta Was this translation helpful? Give feedback.
-
Activate the A2DP logging: it seems that a2dp has not been started, so the queue is never emptied and runs full... |
Beta Was this translation helpful? Give feedback.
The issue is that a2dp is not consuming from the buffer: so it is not started properly...