|
|
@@ -17,7 +17,7 @@
|
|
|
#ifndef LUAT_HEAP_SIZE
|
|
|
#if defined(CONFIG_IDF_TARGET_ESP32C3) || defined(CONFIG_IDF_TARGET_ESP32S3)
|
|
|
#if defined(LUAT_USE_NIMBLE) || defined(LUAT_USE_TLS)
|
|
|
-#define LUAT_HEAP_SIZE (96*1024)
|
|
|
+#define LUAT_HEAP_SIZE (72*1024)
|
|
|
#else
|
|
|
#define LUAT_HEAP_SIZE (112*1024)
|
|
|
#endif
|