Skip to content
Snippets Groups Projects
Commit 69256ac0 authored by Paul Sokolovsky's avatar Paul Sokolovsky
Browse files

esp8266: Bump heap size to 24k.

parent debbaac1
No related branches found
No related tags found
No related merge requests found
......@@ -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);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment