We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent debbaac commit 69256acCopy full SHA for 69256ac
1 file changed
esp8266/main.c
@@ -38,7 +38,7 @@
38
#include "gccollect.h"
39
#include "user_interface.h"
40
41
-STATIC char heap[15360];
+STATIC char heap[24 * 1024];
42
43
STATIC void mp_reset(void) {
44
mp_stack_set_top((void*)0x40000000);
0 commit comments