You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
serial_write_compressed(translate("The CircuitPython heap was corrupted because the stack was too small.\nPlease increase the stack size if you know how, or if not:"));
134
134
serial_write_compressed(FILE_AN_ISSUE);
135
135
return;
136
+
caseNO_HEAP:
137
+
serial_write_compressed(translate("CircuitPython was unable to allocate the heap.\n"));
0 commit comments