From 4e33d3fea44292f3bacba9245a119fc2b24917ad Mon Sep 17 00:00:00 2001 From: philippe44 Date: Sat, 25 May 2019 00:56:13 -0700 Subject: [PATCH] spiram allocation strategy update --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 36b29bc5..647a2445 100644 --- a/README.md +++ b/README.md @@ -15,9 +15,10 @@ Adding squeezelite - change \components\partition_table\partitions_singleapp.csv to 2M instead of 1M (or more) - change flash's size in serial flash config to 16M - change main stack size to 8000 as well (for app_main which is slimproto) + - change SPIRAM_MALLOC_ALWAYSINTERNAL to 2048 so that vorbis does not exhaust ISRAM, but allocates to SPIRAM instead. When it is echausted, WiFi driver can't allocate SPIRAM (although it should and setting the option to ask it to allocated SPIRAM does not work) - use old "make" environment no CMake - + # Wifi SCAN Example This example shows how to use scan of ESP32.