mirror of
https://github.com/micropython/micropython.git
synced 2026-01-05 03:30:14 +01:00
esp8266: Reduce heap size for now to avoid random segfaults on WiFi connect.
This commit is contained in:
@@ -38,7 +38,7 @@
|
||||
#include "gccollect.h"
|
||||
#include "user_interface.h"
|
||||
|
||||
STATIC char heap[16384];
|
||||
STATIC char heap[15360];
|
||||
|
||||
STATIC void mp_reset(void) {
|
||||
mp_stack_set_top((void*)0x40000000);
|
||||
|
||||
Reference in New Issue
Block a user