Skip to content

Commit d88250c

Browse files
committed
esp8266: Reduce heap size for now to avoid random segfaults on WiFi connect.
1 parent c4506ed commit d88250c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

esp8266/main.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@
3838
#include "gccollect.h"
3939
#include "user_interface.h"
4040

41-
STATIC char heap[16384];
41+
STATIC char heap[15360];
4242

4343
STATIC void mp_reset(void) {
4444
mp_stack_set_top((void*)0x40000000);

0 commit comments

Comments
 (0)