esp32 can allocate 88kB successfully

This commit is contained in:
Jeff Epler 2022-07-13 13:53:08 -05:00
parent 13be10ef14
commit c1b6c367ff
No known key found for this signature in database
GPG Key ID: D5BF15AB975AB4DE

View File

@ -106,7 +106,7 @@ static size_t spiram_size_usable(void) {
// exclusively.
#ifdef CONFIG_IDF_TARGET_ESP32
// TODO: Determine better: 520kB of internal RAM; similar to 512kB for ESP32-S3.
#define HEAP_SIZE (48 * 1024)
#define HEAP_SIZE (88 * 1024)
#endif
#ifdef CONFIG_IDF_TARGET_ESP32S2
#define HEAP_SIZE (48 * 1024)