From 69256ac0b1f801b4f9ba33c561a00203aa05ee12 Mon Sep 17 00:00:00 2001
From: Paul Sokolovsky <pfalcon@users.sourceforge.net>
Date: Sun, 3 Apr 2016 19:55:45 +0300
Subject: [PATCH] esp8266: Bump heap size to 24k.

---
 esp8266/main.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/esp8266/main.c b/esp8266/main.c
index de9df7413..1701ef69f 100644
--- a/esp8266/main.c
+++ b/esp8266/main.c
@@ -38,7 +38,7 @@
 #include "gccollect.h"
 #include "user_interface.h"
 
-STATIC char heap[15360];
+STATIC char heap[24 * 1024];
 
 STATIC void mp_reset(void) {
     mp_stack_set_top((void*)0x40000000);
-- 
GitLab