Replies: 1 comment 2 replies
|
Your device does not come with the required 4 MB PSRAM. See details here: https://realtimelogic.com/ba/ESP32/source/GettingStarted.html Consider using an ESP32-S3 with Ethernet if you plan on using WebDAV, e.g. https://www.aliexpress.us/item/3256805835507288.html |
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
I've been trying to follow the guide to setup WebDAV on ESP32 and hit a snag where I get the following error:
E (1547) cpu_start: External RAM could not be added to heap!
I am trying to flash it on the following ESP32 device:
https://www.fysetc.com/products/fysetc-upgrade-sd-wifi-pro-with-card-reader-module-run-wireless-by-esp32-chip-web-server-reader-uploader-3d-printer-parts)
I want to use this SD card and WebDAV to sync up CPAP data, but that SD card does not support WebDAV right now. Is it possible to modify the code so that it can map the storage that is on the SD card?
All reactions