You've already forked Core2forAWS-MicroPython
mirror of
https://github.com/m5stack/Core2forAWS-MicroPython.git
synced 2026-05-20 10:30:31 -07:00
esp8266: Reduce heap size for now to avoid random segfaults on WiFi connect.
This commit is contained in:
+1
-1
@@ -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